in step1 of a jcl,disp=(mod,delete,delete)
step02 exec pgm=ccc,cond=(0,le)
will step02 be executed?

i)never
ii)always
iii)
iv)...

i dont remember options

Answer Posted / y@$w@nth

disp=(mod,delete,delete)
will tells that if the file is not previously created create
it if it is already created then use that file.

the two delete statements will tell that delete the file
after norml and abnormal termination.

step02 exec pgm=ccc,cond=(0,le)
Here step02 was coded as condition code which always falls
to true so this step wont execute in any situation......

Is This Answer Correct ?    26 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

803


Is it possible to code instream data in a PROC?

742


how can the same proc be re-used and called by many jobs?

903


what is use of dcb parameter in dd statement?

765


What is the purpose of the dd keylen parameter?

715






How can the submitting users racf authority be overridden in a job stream?

738


Explain the function of a dd statement?

651


what is DSN parameter and DISP parameter is used for?

669


Must tape dataset definitions include vol=ser specifications?

968


What does a disposition of (MOD,DELETE,DELETE) mean ?

660


How does jcl act on code(if you take a cobol program)?

703


Which dd parameters are required?

684


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

444


What is the function of a dd statement?

700


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1577