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 / jignesh patel
there is one short command exist to check the JCL error
without submitting the job. Just type '!JCK' or 'JJ' to
check the JCL error. it would inform you about syntax or
logical error.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the term notcat 2 – gs?
List in order the hierarchical levels of jcl?
Explain the function of the dd dcb keyword?
What is the function of job statement in jcl?
what is use of disp parameter in dd statement?
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 does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is use of space parameter in dd statement?
How jcl is used for testing batch programs?
Explain how can an in-stream dataset be terminated?
write a jcl to execute a job by 7:00 am on jan 20,1986?
how would you create a temporary dataset? And where will you use them?
Is it possible to left uncode disp?
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