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
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is SOC4 error?
Explain the hierarchy levels in jcl?
Explain about LMQUERY�give a dialog information about a data set
a dd statement has 2 types of parameters. Name them?
what is JCL?
how can you check if a file is empty using jcl?
Why include statement is used in a jcl?
What are the 4 fields in dd statement?
Which statement is used to identify the private libraries in job?
Explain the function of //jcllib statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain the function of the steplib dd statement?
Explain how can an in-stream dataset be terminated?
What are steplib and joblib?