can we modify the code in copy book? if it possible how to
submit ofter the modification.
Answer Posted / mayank
Yes we can modify the code in the Copybook. But make sure
to recomplie the program which is going to use the copybook.
By doing this the changes made in the copybook will be
available in the program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
What are the difference between jcl and jes?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How does the jcl specify the job to os?
how you can access an uncataloged dataset in a JCL?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How is a type of file defined in the jcl that executes the cobol program?
What is the purpose of the dd keylen parameter?
What is the purpose of dd * statement in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the function of the dd mgmtclas keyword in sms datasets?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.