What does a disposition of (NEW,CATLG,KEEP) mean?
Answer / guest
That this is a new dataset and needs to be allocated, to
CATLG the dataset if the step is successful and to KEEP but
not CATLG the dataset if the step abends. Thus if the step
abends, the dataset would not be catalogued and we would
need to supply the vol. ser the next time we refer to it.
| Is This Answer Correct ? | 24 Yes | 2 No |
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
What is the exact difference between PRTY and DPRTY
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
wht is step lib n job lib ? where can we code joblib n steplib ?
how do you code a null statement?
what sort card you will use to copy the data from one dataset to another dataset?
Explain about LMFREE�free data set from its association with data ID
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
how do u define a file in cobol and jcl ?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250