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 |
describe the job statement, its meaning,syntax and significant keywords?
If Region=0k means What Happen?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
what is the purpose of coding notify parameter in job statement?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
In SPACE,what is directory,RLSE
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
how to see the latest generation in gdg?
Is condition checking possible in jcl?
Is their any limit for data sets?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?