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
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?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
how would you create a temporary dataset? And where will you use them?
what sort card you will use to copy the data from one dataset to another dataset?
What are the parameter we cannot use in procedure?
Where can program checkpoints be stored for use in a restart?
Mention the types of job control statements?
What does a disposition of (new,catlg,keep) for a dsn mean?
Is their any set of rules for dd? Explain.
What is the purpose of dd * statement in jcl?
what is DD statement is used in JCL?
which parameter is use to declare the name of dataset in dd statement?
What do you understand by jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC