How many parameters are there to a DISP statement and what
are their uses ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neha
Three parameters ont DISP(praa1,para2,para3)
Para1:Current status of Dataset
Para2:what to do with dataset in normal condition
Para3:What to do with dataset ib abnormal termination.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / soni
disp = ( parameter1,parameter2,paramaeter3).
parameter1 : new , mod ,old , shr
parameter 2: delete ,catlg ,uncatlg , keep ,pass
parameter 3 : delete ,catlg , uncatalog , keep
parameter1 indicates current status of the dataset
parameter 2 for normal terminition of job , how the file is
to be handled
parameter3 same as parameter2 upon abnormal terminitation
| Is This Answer Correct ? | 1 Yes | 1 No |
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
how to put a dependency on job in jcl using opc scheduler?
what is a jcl?
wht happens if cond=true ? pls give me with an example ?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
how to create a member or sequential dataset through tso command??
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
What is the maximum length of a single line of jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
what is static and dynamic call with examples?