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.
Answers were Sorted based on User's Feedback
Answer / muttaiah
Generally, There are 2 type of copybooks.
Data division copy book
These copybooks are usually used to represent the
structure of the file or variables used in Cobol. Say if
there are any changes in the layout of copybook. make sure
the length specified in JCL LRECL is appropriate.
Procedure division Copybook.
These copybooks will have some cobol stmts coded in them.
For this copybooks there can be no changes in JCL.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
Answer / yashwant
If that copybook represents some data set in JCL and we are going to modify(changing length of any variable) the copybook and we are going to write some records in that dataset than we should have to modify the Logical record length(LRECL)of that dataset in JCL
| Is This Answer Correct ? | 3 Yes | 0 No |
Does jcl support automatic restart?
What are the basic JCL Statements for a Job?
How do you access a file that had a disposition of KEEP?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can values be passed from the job stream to an executable program?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
what are JCLLIB and STEPLIB in JCL?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
which utility is used to update pds?