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
What is the use of symbol // in jcl?
how can you check if a file is empty using jcl?
What are the 2 types of parameters in dd statement?
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?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is notcat 2 - gs?
how to run batch program without jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the hierarchy levels in jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What do you understand by the term notcat 2 – gs?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is condition checking in jcl? Is this possible?