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 / vinay sonar

Step2 will not execute because always true condition is
coded in step2.
condition code(cc) 0 will be always less than any previous
step cc say 0,4,8,4095 etc. so condition is always true.So
step2 wont execute

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

659


what is use of dsn parameter in dd statement?

675


How does jcl specify the job to the operating system?

756


Explain how can a stopped job be started again?

640


For what purpose steplib and joblib are used ?

690






how would you create a temporary dataset? And where will you use them?

772


i want to store 20 digits . how will u do it in cobol ?

864


What do you understand by the term job time – out and how can you overcome that?

608


Is their any set of rules for dd? Explain.

664


List the different components of jcl statement?

700


Is it possible to left uncode disp?

717


Can we use DISP=SHR in output file in JCL

955


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1738


What is the use of disp parameter?

653


Explain the hierarchy levels in jcl?

1120