Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?

Answer Posted / sampler

//MYJOB JOB COND=(4,LT)
//MYSTEP1 EXEC CATPROC
//MYSTEP2 EXEC PGM=MYPROG,COND=(8,LE,MYSTEP1)

COND=(4,LT) will be used to MYSTEP2,
COND=(8,LE,MYSTEP1) will be ignored

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

854


How is the record format of an output dataset specified?

737


Explain how can the disposition of sysout datasets be set for an entire jobstream?

628


Explain about ISPF/TSO Commands

1308


Explain how can an in-stream dataset be terminated?

687






What is the format of comment statement?

655


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

666


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1759


What is the maximum length of a single line of jcl?

821


Is condition checking possible in jcl?

709


List in order the hierarchical levels of jcl?

664


what is DSN in JCL and what are the parameters to declare the DSN?

711


What is notcat 2 - gs?

925


What is the significance of addrspc parameter in the exec statement?

613


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

600