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 / 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 |
Post New Answer View All Answers
define cond parameter in jcl?
What is the purpose of disp parameter?
Explain dfsort utility?
What is concatenating?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
For what purpose steplib and joblib are used ?
Can we use DISP=SHR in output file in JCL
How jcl is used for testing batch programs?
How to do automated restart when a job abend?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain the purpose of dd dummy statement?
what is use of disp parameter in dd statement?
What is the use of disp parameter?
what is the compile process of cobol program expalin with code