How does jcl act on code(if you take a cobol program)?
Answer / Shailesh Krishna Verma
JCL acts on code, such as a COBOL program, by providing instructions to the operating system on how to execute the program. This includes specifying the program name, loading the program into memory, defining data sets for input and output, setting up printing options, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
Describe the various parameters utilized in the creation of a gdg?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
define cond parameter in jcl?
Differentiate between the joblib and the steplib statements?
How do you submit a job for execution?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
What is the DD statement for a output file?
Why do you use a control card?
What is the function of the dd dcb keyword?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?