WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Answer Posted / geetanjali
DISP=(MOD,DELETE,DELETE)
The current status of the dataset is MOD i.e. Append data to the file if it already exists and create new if it dosen't.
On normal disposition i.e. successful execution of job the dataset is deleted.
On Abnormal disposition i.e. in case of job abend, the dataset is deleted.
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
which utility is used a dummy utility?
How jcl is used for testing batch programs?
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) ?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the function of job statement in jcl?
How to submit jcl through a cobol program?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what JCL Procedures?
What is the function of the dd dcb keyword?
what is “Cond= even” and “Cond=only”?
How to run cobol program using jcl?
what happens in conversion stage in job processing?
Explain about ISPF/TSO Commands
can any one plzzzzzz tell the jcl code for creating ps using idcams