When we give TYPERUN = SCAN , what are the syntax errors we
get?
Answers were Sorted based on User's Feedback
Answer / khader
invalid key words, illegal characters and incorrect use of
paranthesis
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sowmya
To check for any syntax errors we give typrun=scan in the
jobcard of that job.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / guest
It will check for the JCL Syntax errors and whether the
given Datasets,libraries are present.
| Is This Answer Correct ? | 5 Yes | 4 No |
how to do automated restart when a job abends?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Name a few IBM utility programs, and explain its function.
What is the motivation behind coding class parameter in job statement?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
If your job fails at particular step then what would be the return code for next steps
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
What is the difference between static call & Dynamic call ?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
what is the function of spool command?
what happens in conversion stage in job processing?
How to change default PROCLIB?