Describe the JOB statement, its meaning, syntax and
significant keywords?
Answer / guest
The JOB statement is the first in a JCL stream. Its format
is // jobname, keyword JOB, accounting information in
brackets and keywords, MSGCLASS, MSGLEVEL, NOTIFIY, CLASS, etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a S0C4 error ?
When cursor is not closed what is the error?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
what is a steplib
Is automatic restart possible in jcl? If yes, how?
if we give TIME=0 how many sec that job/step
how would you create a temporary dataset? And where will you use them?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
Brief description of inline procedure of jcl.
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
What is the error code SOC01 indicate ?
What is multithreading in jcl?