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
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How would you understand error(execution phase)?
How to submit a jcl from cics?
Explain dfsort utility?
List the various advantages of using jcl language?
what is use of disp parameter in dd statement?
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
Can we call instream to catalog and catalog to instream?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how to run batch program without jcl?
What is timing concept in mainframe?
What is the purpose of disp parameter?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How jcl work to handle various input output file operations?