MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to Supress DFSMSHSM Messages

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Other Technical Topics
View previous topic :: View next topic  
Author Message
Venkata Ramana Reddy
Beginner


Joined: 02 Dec 2002
Posts: 70
Topics: 19
Location: California

PostPosted: Wed Nov 12, 2003 2:36 pm    Post subject: How to Supress DFSMSHSM Messages Reply with quote

Due to space constraints we are asked to migrate the datasets frequently.
I am using the following JCL to migrate the Datasets

Code:

//HMIGML2  EXEC PGM=IKJEFT01,DYNAMNBR=40,REGION=0M 
//SYSTSPRT DD SYSOUT=*                             
//SYSOUT   DD SYSOUT=*                             
//SYSPRINT DD SYSOUT=*                             
//SYSTSIN  DD *                                     
  HMIG ('ABCD.ABC.%%38.*') ML2                     
  HMIG ('ABCD.ABC.%%38.*.*') ML2                   
  HMIG ('ABCD.ABC.%%38.*.*.*') ML2                 
/*


After submitting the JCL,I am getting lots of messages(shown below) on my terminal.

Code:

   ARC1001I ABCD.PRD.CD38.ABCDEFG MIGRATE FAILED, RC=0082, REAS=0000         
   ARC1282I MIGRATION OF DATA FROM A TAPE VOLUME IS NOT SUPPORTED


I have to keep pressing ENTER to return to normal work.
Is there a way to supress these type of messages?
_________________
Venkataramana
-- Good judgement comes from experience, and often experience comes from bad judgement.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12359
Topics: 75
Location: San Jose

PostPosted: Wed Nov 12, 2003 3:26 pm    Post subject: Reply with quote

Venkata Ramana Reddy,

Turn off your Intercom. Type the following command at the command prompt

Code:

 TSO PROF NOINTERCOM


This will automatically supress all the messages. Once your job completes successfully , then change it back to intercom

Code:

 TSO PROF INTERCOM


Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Venkata Ramana Reddy
Beginner


Joined: 02 Dec 2002
Posts: 70
Topics: 19
Location: California

PostPosted: Wed Nov 12, 2003 4:48 pm    Post subject: Reply with quote

kolusu,
I am still getting those messages....
_________________
Venkataramana
-- Good judgement comes from experience, and often experience comes from bad judgement.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Other Technical Topics All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group