Answer Posted / madhavansvce
In JCL we can pass value in parm parameter and received in
cobol in the linkage section by using length and data fields
to be defined in cobol.
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How to do automated restart when a job abend?
What is condition checking in jcl? Is this possible?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the function of a dd statement?
how you can access an uncataloged dataset in a JCL?
Can I share my data with other jobs? How?
how would you create a temporary dataset? And where will you use them?
What is the purpose of dd dummy statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How can a jobs execution priority be modified?
what happens in execution stage in job processing?
What are the parameters that are used in creating a gdg?
What is multithreading in jcl?