A PROC has five steps. Step 3 has a condition code. How can
you override/nullify this condition code?

Answer Posted / charu

The condition code can be nullified by using the following
command.

//STEP001 EXEC procname, COND.stepname=(0,LE)

Is This Answer Correct ?    40 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are there any set of rules for the names of the steps used in a job? What are they?

614


How can a jobs execution priority be modified?

803


What dd statement is used to supply the name of a dataset?

779


What is the syntax of JCL statement?

700


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






have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

925


what JCL Procedures?

703


In sms datasets, what is the function of the dd mgmtclas keyword?

865


what is the use of JCL?

666


How to override loadlib?

1432


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

843


When output dataset space is required, what quantity categories are used?

834


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


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

739


Where & How Do You Code Identifier In Jcl?

699