i created one base gdg with lrecl = 100 , now i need to create
versions with different lrecl =150,200 can it be possible to
create like tht ?
Answer Posted / prijey
GDG Base is not associated with the record length. So the
versions can have different record length. For example
version 1 can have 150 and version 2 can have 200 as record
length.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What are the difference between jcl and jes?
How jcl work to handle various input output file operations?
Explain about ISPF/TSO Commands
List in order the hierarchical levels of jcl?
How is a type of file defined in the jcl that executes the cobol program?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain the hierarchy levels in jcl?
What are the parameter we cannot use in procedure?
What is the function of dd name parameter with a 2 part structure; audit.report?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How to override loadlib?
How do you submit a job for execution?
Explain the function of dd disp parameter?
Are there any set of rules for the names of the steps used in a job? What are they?
Explain the job statement in jcl?