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 |
How to execute only th 15th step of JCL consisting of 50 steps?
Explain the purpose of dd dummy statement?
What is notcat 2 - gs?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
I had 100 steps in jcl i want to execute first 10 steps only?
Give the syntax of job specifying jcl statement.
describe the dd statement,its meaning,syntax and keywords?
which parameter is use to declare the name of dataset in dd statement?
What is the function of job statement in jcl?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
How to get cursor position from system in CICS environment ?