can we maintain 2 generations with different Lengths in Same
GDG ?
Answer Posted / krishna
YES
by overideing the LENGTH PARAMETER of model dataset
SYNTAX:
//DD1 DD DSN=BASEG(+2),DISP=(NEW,CATLG,CATLG)
DCB=(MODELNAME, RECLNG="WHAT U WANT"
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
when does a dataset go uncataloged?
What are the difference between jcl and jes?
What are the parameters that are used in creating a gdg?
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
Explain how can values be passed from the job stream to an executable program?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the purpose of disp parameter?
What does a disposition of (MOD,DELETE,DELETE) mean ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is use of dsn parameter in dd statement?
How does jcl act on a cobol code?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is concatenating?
Explain the function of dd disp parameter?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?