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 |
wht is sysudump n sysout,sysprint ?
How do you submit a JCL under CICS environment ?
What does the keyword DCB mean and what are some of the keywords associated with it?
jcl is like a complier....?
What is the use of symbol // in jcl?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
How can a job send a status message to a tso user at the completion of a job?
What are the rules employed while naming the steps in a job?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What is the purpose of dd * statement in jcl?
At what stage, operator can change the class and priority of a submitted job?
What is S322 abend ?