Describe the EXEC statement, its meaning, syntax and keywords?
Answers were Sorted based on User's Feedback
Answer / mrunmaya
Guest I think in the syntax there should be stepname instead
of jobname.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
The EXEC statement identifies the program to be executed via
a PGM= program name keyword. Its format is //jobname EXEC
PGM= program name. The PARM= keyword can be used to pass
external values to the executing program.
| Is This Answer Correct ? | 3 Yes | 1 No |
what will be the error code if duplicate key of VSAM file is found?
Explain about LMCLOSE�close a data set
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
In SPACE,what is directory,RLSE
if we give two job cards in a single what happens
How do you access an uncatalogued dataset in a jcl?
what are JCLLIB and STEPLIB in JCL?
what is the purpose of coding notify parameter in job statement?
Explain about LMINIT - generate a data ID for a data set
why do we use file-aid wht r the adv of using file-aid thn in ispf
what is use of dsn parameter in dd statement?
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?