How would I code JCL to copy a gdg data set G001v00 and
create a gdg Data set G001v01
Answer Posted / balaji
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the function of dd disp parameter?
how JCL works?
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 to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what are JCLLIB and STEPLIB in JCL?
What is concatenating?
How to run cobol program using jcl?
what is use of space parameter in dd statement?
What is the function of the steplib dd statement?
What is the difference between the positional and keyword parameters? Give examples.
How to alter the parameters for the existing gdg?
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?
Is it possible to left uncode disp? If yes, how?
what is the use of IEBGENER utility?