Hi Please try to be to-the-point.
1) How to INCLUDE a JCL segment in a JOB ? (A Small example)
2) What is SPOOL and what is SPOOL FULL ? and how to direct
the output of a Jobstep to SPOOL ?
Answer Posted / prachi
1) you can use INCLUDE MEMBER as below
//JCLLIB ORDER=<Give the PDS name of the member you want to
include>
//INCLUDE MEMBER=<Give the member name here>
2> SPOOL is the place where you can see the status after
executing the job
3>To direct the output of a jobstep to spool we need to
give
//SYSPRINT DD SYSYOUT=*
//SYSOUT DD SYSOUT=*
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what are JCLLIB and STEPLIB in JCL?
how do you code a null statement?
what is the compile process of cobol program expalin with code
What do you understand by the term job time – out and how can you overcome that?
Explain how can values be passed from the job stream to an executable program?
How is the record format of an output dataset specified?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the function of a dd statement?
Is automatic restart possible in jcl? If yes, how?
What is the purpose of disp parameter?
What is the significance of addrspc parameter in exec statement?
What is one line to pass PARM from JCL to COBOL?
Is it possible to define dd statements as you want?
What is the function of dd disp parameter?
Explain how can a jobs execution priority be modified?