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 |
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
Explain about SYSVAR
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is “Cond= even” and “Cond=only”?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
Define concatenating?
Can we change a FB file to VB file in JCL? Please help
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
how can i use the parameters decalred in main pgm in sub pgm
describe the job statement, its meaning,syntax and significant keywords?