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
List the different jcl statements that are not permitted in the procedures?
What is the function of the dd dcb keyword?
Give the syntax of job specifying jcl statement.
Must tape dataset definitions include vol=ser specifications?
how to run batch program without jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How jcl is used for testing batch programs?
Explain how can a jobs execution priority be modified?
What is the difference between run mode and addressing mode?
what is DD statement is used in JCL?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How to alter the parameters for the existing gdg?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is the JCL statement consists of?