If a jcl has just 1 step and the input file to this does
not exist, then what will happen if we submit this job?
Answer Posted / bella
it will abend with 013
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is use of dcb parameter in dd statement?
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?
Where can program checkpoints be stored for use in a restart?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
when can a job time-out occur? How to overcome that?
What statement can be used to send data to another mvs jes3 node?
Explain how can a jobs execution priority be modified?
Is acct parameter mandatory?
Are there any set of rules for the names of the steps used in a job? What are they?
Is their any set of rules for dd? Explain.
What is the purpose of dd * statement in jcl?
How is the record format of an output dataset specified?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the significance of addrspc parameter in the exec statement?