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
How does the jcl specify the job to os?
Is it possible to code instream data in a PROC?
Explain the hierarchy levels in jcl?
List the different components of jcl statement?
What dd statement is used to supply the name of a dataset?
Explain the function of //cntl statement?
What do you understand by the term notcat 2 – gs?
what are the statements that are not valid to be included in an include statement?
what JCL Procedures?
what is the compile process of cobol program expalin with code
how to run batch program without jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is multithreading in jcl?
What is the purpose of dd?
When output dataset space is required, what quantity categories are used?