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 |
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
What is NOTCAT ?
What is DATACOM db?
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?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
How to submit jcl through a cobol program?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
What is the max blocksize for a Tape file?
What are the parameters that are used in creating a gdg?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
what is static and dynamic call with examples?