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
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to override loadlib?
How can unused space allocation be returned to the system when a dataset is closed?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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 job control language?
Explain about LMQUERY�give a dialog information about a data set
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the maximum length of a single line of jcl?
i want to store 20 digits . how will u do it in cobol ?
what is the compile process of cobol program expalin with code
What is the function of dd name parameter with a 2 part structure; audit.report?
Is acct parameter mandatory?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain how can the submitting users racf authority be overridden in a job stream?