Answer Posted / guest
Use the COMMAND statement to specify an MVS™ or JES command
that the system issues when the submitted JCL is converted.
The COMMAND statement is the preferred way within the job
control language to specify commands, rather than using the
JCL command statement, which is described in JCL Command
Statement.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of dd?
Explain the hierarchy levels in jcl?
How is the record format of an output dataset specified?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How can the disposition of sysout datasets be set for an entire jobstream?
In job processing, what happens in conversion stage?
Explain the function of dd name parameter with a 2 part structure; audit.report?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Explain in DD statement what is the use of DCB parameter?
What is the use of symbol // in jcl?
Explain how can return codes be tested before execution of a job step?
Is automatic restart possible in jcl? If yes, how?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to submit a jcl from cics?
Explain the function of dd disp parameter?