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
Explain the function of a dd statement?
What is the purpose of dd dummy statement?
Explain about LMFREE�free data set from its association with data ID
How can the submitting users racf authority be overridden in a job stream?
When output dataset space is required, what quantity categories are used?
Can I send output of job to my remote device careerride123?
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) ?
How to submit jcl through a cobol program?
Explain how can a stopped job be started again?
//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 /*
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is the use of IEBGENER utility?
Name a few IBM utility programs, and explain its function.
How do you submit a job for execution?
what is DSN in JCL and what are the parameters to declare the DSN?