What is a JCL Command statement ?
Answer / 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 |
what is the purpose of coding class parameter in job statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?
in ways data can be passed to a COBOL program from JCL?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Name some of the JCL statements that are not allowed in procs.?
Explain the jcl exec statement?
What is the DD statement for a output file?
Explain about File Tailoring