View previous topic :: View next topic |
Author |
Message |
Venkata Ramana Reddy Beginner
Joined: 02 Dec 2002 Posts: 70 Topics: 19 Location: California
|
Posted: Wed Nov 12, 2003 2:36 pm Post subject: How to Supress DFSMSHSM Messages |
|
|
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 |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Wed Nov 12, 2003 3:26 pm Post subject: |
|
|
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
Hope this helps...
cheers
kolusu |
|
Back to top |
|
|
Venkata Ramana Reddy Beginner
Joined: 02 Dec 2002 Posts: 70 Topics: 19 Location: California
|
Posted: Wed Nov 12, 2003 4:48 pm Post subject: |
|
|
kolusu,
I am still getting those messages.... _________________ Venkataramana
-- Good judgement comes from experience, and often experience comes from bad judgement. |
|
Back to top |
|
|
|
|