What does a disposition of (NEW,CATLG,DELETE) mean?
Answers were Sorted based on User's Feedback
Answer / guest
That this is a new dataset and needs to be allocated, to
CATLG the dataset if the step is successful and to delete
the dataset if the step abends.
| Is This Answer Correct ? | 22 Yes | 0 No |
Answer / druks
(NEW,CALTLG,DELETE)
a a new DSN is created , when the system goes through either and cond code (non zero cond code included ie 4,8,16 etc ) then it is cataloged , if the step end with any other reason ie SB37 U4095 , the DSN will be deleted .
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vikas pujar
It is wrong since u cannot delete a DS on abnormal
termination , when NEW is given, since noting is there to
delete!!
| Is This Answer Correct ? | 0 Yes | 7 No |
Explain about LMMFIND - find a library member
What are SD37, SB37, SE37 abends?
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
What are the utility programs in jcl?
What are some jcl statements that are not allowed in procedures?
how can we override data definitions in jcl. can any one give detailed example
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
What statement can be used to send data to another mvs jes3 node?
Explain about LMINIT - generate a data ID for a data set
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
Explain how can values be passed from the job stream to an executable program?