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 / 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 |
Post New Answer View All Answers
what happens in execution stage in job processing?
How can unused space allocation be returned to the system when a dataset is closed?
Is there any command to check wether the ps file is in sorted order?
what is SOC4 error?
Where & How Do You Code Identifier In Jcl?
Name what parameter directs the output of the job log dataset?
Explain about ISPF/TSO Commands
what JCL Procedures?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is condition checking in jcl? Is this possible?
what is the purpose of coding notify parameter in job statement?
which utility is used to sort a file in jcl?
Suppose I have five jobs to do. But I want to hold one?
what is use of dsn parameter in dd statement?