can we modify the code in copy book? if it possible how to
submit ofter the modification.
Answer Posted / swathiii
Yes. We can modify the code in copy book. To reflect the
changes made, just compile it and then run
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what JCL Procedures?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is the motivation behind coding class parameter in job statement?
How do you create a temporary dataset?
in ways data can be passed to a COBOL program from JCL?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to submit jcl through 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?
Can I send output of job to my remote device careerride123?
what is the use of JCL?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Explain how can an in-stream dataset be terminated?
what is “Cond= even” and “Cond=only”?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?