What does a disposition of (NEW,CATLG,KEEP) mean?
Answer Posted / 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 |
Post New Answer View All Answers
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Define concatenating?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the function of //cntl statement?
List in order the hierarchical levels of jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
how you can access an uncataloged dataset in a JCL?
Explain about LMQUERY�give a dialog information about a data set
Explain in DD statement what is the use of DCB parameter?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is jcl in mainframe?
How is the record format of an output dataset specified?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What statement can be used to send data to another mvs jes3 node?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?