If i am going to change some variable in a copybook( size or
variable type) ,what are the changes that need to be done in
the corresponding JCL.
Answer Posted / muttiah
The only change would be to make sure the program is
compiled and link-edited, so as to get the changes
reflected in the load module you specify in the JCL.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Give the syntax of job specifying jcl statement.
which utility is used to sort a file in jcl?
how can you check if a file is empty using jcl?
How can return codes be tested before execution of a job step?
how do you access an uncataloged dataset in a jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
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 ?
which utility is used a dummy utility?
Is there any command to check wether the ps file is in sorted order?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
which parameter is use to declare the name of dataset in dd statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How does jcl act on code(if you take a cobol program)?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?