Answer Posted / abc
use JJ command before submitting the job you can check the
errors and warning in the JCL
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Differentiate between the joblib and the steplib statements?
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.
In job processing, what happens in conversion stage?
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
Suppose I have five jobs to do. But I want to hold one?
Explain how can a stopped job be started again?
what are JCLLIB and STEPLIB in JCL?
What do you know about jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is the resolution for sb37 error
Is automatic restart possible in jcl? If yes, how?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how do you access an uncataloged dataset in a jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?