How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
Answer Posted / 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 |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
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?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How to override loadlib?
Can an individual step be restricted from using all the jobs allowed cpu time?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain the function of the dd dcb keyword?
How do you overcome this limitation ?
What is jcl in mainframe?
Which statement is used to identify the private libraries in job?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What do you understand by the term notcat 2 – gs?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Explain dd statement in jcl?
Explain the jcl exec statement?