Is Default for MSGCLASS = (1,1) ?
Answers were Sorted based on User's Feedback
Answer / nand
MSGCLASS depends on the default installations set up.
MSGLEVEL=(1,1) is default not for MSGCLASS
| Is This Answer Correct ? | 6 Yes | 0 No |
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
what is a steplib
How do You skip a Step In JCL?
Explain how can an in-stream dataset be terminated?
what is use of dcb parameter in dd statement?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
List some valid operation codes in JCL
How can i execute 5th step without executing first 4 steps?
if we give TIME=0 how many sec that job/step
How do you skip a particular step in a proc/JOB?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?