Answer Posted / chowdary
instream data means we write with in jcl itself, up to 15
level is possible. it should start with proc and end with
pend statement
ex: //jobcard
//exce proc
//
//
//pend
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
How can return codes be tested before execution of a job step?
Name the statement which can be used to send data to another mvs jes3 node?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are steplib and joblib? What for they are used?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what are the statements that are not valid to be included in an include statement?
How do you overcome this limitation ?
What are the utility programs in jcl?
Brief description of inline procedure of jcl.
Are there any set of rules for the names of the steps used in a job?
What is notcat 2 - gs?
For what purpose steplib and joblib are used ?
how you can access an uncataloged dataset in a JCL?
How to do automated restart when a job abend?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?