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 |
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How do you handle empty files in a JCL ?
Mention the types of job control statements?
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
lines(1,cancel)??What is meant by that??Plz explain it....
Is it possible to define dd statements as you want?
How many instream we can write in single jcl?
Must tape dataset definitions include vol=ser specifications?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
explain concatinating datasets?
What is the use of disp parameter?
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?