What are the basic JCL Statements for a Job?
Answer / 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 |
How to execute step2,step1,step3 when step1,2&3 are in order
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
When space is allocated for an output dataset, what units can be used?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is the compile process of cobol program expalin with code
What is DYNAMBR in jcl?
In how ways you can pass the data from Jcl to cobol ?
How jcl work to handle various input output file operations?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain about LMCLOSE�close a data set