Answer Posted / srinivasa rao
//SYSIN DD *
COPY INDD= DATASET NAME,OUTDD=SAME DATASET NAME AS IN
INDD
*
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is job control language?
Can I share my data with other jobs? How?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
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 an in-stream dataset be terminated?
define cond parameter in jcl?
which utility is used to sort a file in jcl?
what is JCL?
what is the use of JCL?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Is automatic restart possible in jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the purpose of the dd keylen parameter?
How to submit a jcl from cics?
What is the function of //cntl statement?