How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
Answers were Sorted based on User's Feedback
Answer / gaurav singh pawar
give msgclass = 0
and then give//DDNAME DD sysout = *
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vinay sonar
i dont know about MSGCLASS
For sysout use following syntax
//SYSUT1 DD DSN=PMAP391.NEW.PS,DISP=SHR
//SYSUT2 DD SYSOUT=*
Here sysout=* means SPOOL area.Keep it in mind.It has being
asked in many interviews
| Is This Answer Correct ? | 4 Yes | 3 No |
what is a steplib
which utility is used a dummy utility?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
What is the syntax of JCL statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Define concatenating?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Max. No of DD statements in a job ?
What is the difference between a symbolic and an override in executing a PROC?
Explain the jcl exec statement?
What happens if both JOBLIB & STEPLIB is specified ?