How do you check the syntax of a JCL without running it?
Answer Posted / vinothkumar
You Can also use EJCK command before you run the job. this
will check the JCL syntax error.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How does jcl act on a cobol code?
What is the motivation behind coding class parameter in job statement?
What is jcl in mainframe?
Suppose I have five jobs to do. But I want to hold one?
Explain in DD statement what is the use of DCB parameter?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How do you submit a job for execution?
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' ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain dd statement in jcl?
a dd statement has 2 types of parameters. Name them?
how to compare two datasets without using superce because output is limited to 133 bytes
what is the compile process of cobol program expalin with code