How many parameters are there to a DISP statement and what
are their uses ?
Answer Posted / guest
There are three( parameters. Parameter 1: current data set
disposition(new, shr, old, mod) Parameter 2: normal close
action for data set (catlg, keep, delete) Parameter 3:abend
action for data set (catlg, keep, delete).
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
which utility is used to sort a file in jcl?
what happens in conversion stage in job processing?
What are the jcl procedures?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is timing concept in mainframe?
How jcl is used for testing batch programs?
Is it possible to left uncode disp?
how to compare two datasets without using superce because output is limited to 133 bytes
List in order the hierarchical levels of jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is NOTCAT ?
what is SOC4 error?
What is job control language?