Describe the JOB statement, its meaning, syntax and
significant keywords?
Answer Posted / 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 |
Post New Answer View All Answers
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' ?
i want to store 20 digits . how will u do it in cobol ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Explain the function of job statement in jcl?
What are the parameter we cannot use in procedure?
how do you code a null statement?
What is the function of //cntl statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is use of restart and how to use it?
What parameter directs the output of the job log dataset?
what is the compile process of cobol program expalin with code
What are some jcl statements that are not allowed in procedures?
Explain the function of //cntl statement?
what are the statements that are not valid to be included in an include statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?