hi iam learning mainframes,can anybody tell me how to check
JCL errors.(after submiting the JCL we have check in spool
or is there any other method)
Answer Posted / hari
Please use TYPE RUN=SCAN or HOLD
SCAN - It checks for the JCL error
HOLD it checks for JCL error and waits till the user
interacts to it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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 is the significance of addrspc parameter in the exec statement?
How does jcl specify the job to the operating system?
Explain the purpose of the dd keylen parameter?
what is use of dcb parameter in dd statement?
What is the function of the steplib dd statement?
List in order the hierarchical levels of jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is NOTCAT ?
Is it possible to code instream data in a PROC?
Where & How Do You Code Identifier In Jcl?
what is the use of JCL?
Is their any limit for data sets?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how can the same proc be re-used and called by many jobs?