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

Answer Posted / mahaveer

Step condition will overide the job condition

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the dd avgrec keyword in sms datasets?

843


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

610


Describe the various parameters utilized in the creation of a gdg?

687


Where can program checkpoints be stored for use in a restart?

851


how to do automated restart when a job abends?

854






I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

732


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

704


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

608


what is use of disp parameter in dd statement?

667


How to submit a jcl from cics?

670


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

916


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


how can you check if a file is empty using jcl?

816


What is the function of the steplib dd statement?

744


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

845