Answer Posted / guest
JOB : Identifies a job and supplies accounting info
EXEC : Identifies a job step by indicating the name of the
program to be executed.
DD : Identifies a data set to be allocated for the job step
Delimiter(/*) : Marks the end of an in-stream dataset
Null(//) : Marks the end of a job
Comments(//*) : Provides Comments
PROC : Marks the beginning of a procedure
PEND : Marks the end of a procedure
OUTPUT : Supplies options for SYSOUT processing.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the function of job statement in jcl?
Is there any command to check wether the ps file is in sorted order?
Is their any set of rules for dd? Explain.
Explain in DD statement what is the use of DCB parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
i want to store 20 digits . how will u do it in cobol ?
List the different jcl statements that are not permitted in the procedures?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is NOTCAT ?
In job processing, what happens in conversion stage?
What are the rules employed while naming the steps in a job?
Is it possible to code instream data in a PROC?
how do you code a null statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?