wt will happen to the step of a job if u code COND=ONLY

Answer Posted / rahaman

that step cond=only wil be executed only when the about step fails or shows an abend.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

759


what is DSN parameter and DISP parameter is used for?

683


What parameter of the job statement is used to limit the cpu time consumed by the job?

845


what are the types of abends that occur on job failure? And explain the possible causes of these

1124


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

802






Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

675


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

980


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

743


Which dd parameters are required?

697


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

832


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9222


//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 /*

918


What do you understand by the terms: joblib and steplib?

626


when does a dataset go uncataloged?

841


Explain the function of a dd statement?

665