When a dataset is UNCATALOGED in a JOBSTEP, how to get its
UNIT and VOL in JCL to refer in subsequent steps ?
Answer / rajesh_m13
using IEHINIIT utility we can do so..
//label dd unit=(TAPE,,DEFER),DISP=(,KEEP),LABEL=(,SL)
//SYSIN DD *
LABEL INITT SER=DEVSMS,DISP=REWIND
/*
This will intilize tape,it will write the volume serial
number to the tape
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function of job statement in jcl?
How many types we can give input to JCL
how do u define a file in cobol and jcl ?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
if we give TIME=0 how many sec that job/step
how to code instream data in procedure?
what is the job entry system used in your project?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
Is it possible to left uncode disp?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
i have step1,step2,step3 from where can i start coding cond parameter ?
Is Default for MSGCLASS = (1,1) ?