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 |
How to pass data to a program that is coded in an exec statement?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
what is the alternative to model parameter?
wht is step lib n job lib ? where can we code joblib n steplib ?
Is there any command to check wether the ps file is in sorted order?
How to delete generations of gdg without deleting gdg base?
What does a disposition of (new,catlg,keep) for a dsn mean?
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
Is it possible to define dd statements as you want?
Name the statement which can be used to send data to another mvs jes3 node?