What is a COND parameter in JCL?

Answer Posted / guest

COND means condition parameter. It is compared with system
return code of previous step.//step1 exec pgm=abcd//step2
exec pgm=xyz, cond=(4,lt)step2 will be executed when system
return code of step1 is less than 4.

Is This Answer Correct ?    97 Yes 64 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are some jcl statements that are not allowed in procedures?

738


how to do automated restart when a job abends?

858


what is “Cond= even” and “Cond=only”?

757


how you will the direct the data to spool using sysout option?

1775


Which statement is used to identify the private libraries in job?

688






Is condition checking possible in jcl? If yes, how?

751


How jcl work to handle various input output file operations?

664


List the various advantages of using jcl language?

863


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

676


Explain the hierarchy levels in jcl?

1131


What do you understand by the term notcat 2 – gs?

768


what is the JCL statement consists of?

711


Explain the function of //jcllib statement?

718


What are the parameters that are used in creating a gdg?

749


Explain the purpose of dd * statement in jcl?

649