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

How do you access an uncatalogued dataset in a jcl?

731


What is the purpose of disp parameter?

647


What is the difference between the positional and keyword parameters? Give examples.

716


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

704


What parameter directs the output of the job log dataset?

769






Is it possible to define dd statements as you want?

646


How does the jcl specify the job to os?

697


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

791


which parameter is used to check the syntax of a jcl without executing it?

802


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

790


when can a job time-out occur? How to overcome that?

753


How is a type of file defined in the jcl that executes the cobol program?

716


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7613


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1952


Explain dd statement in jcl?

646