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

Answer Posted / sanjayreddyguna

//step1 exec proc=procname,cond.step3=(0,le)
then proc in that step3 cond parameter will overide

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain dfsort utility?

665


What is the syntax of JCL statement?

688


how can the same proc be re-used and called by many jobs?

903


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

600


What statement can be used to send data to another mvs jes3 node?

814






what JCL Procedures?

697


how to run batch program without jcl?

10062


write a jcl to execute a job by 7:00 am on jan 20,1986?

693


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1033


What is jcl in mainframe, and how many types of jcl statements are there for a job?

628


What is the format of comment statement?

660


Is acct parameter mandatory?

758


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

631


A dd statement consists of 4 fields. Name them?

920


What are the difference between jcl and jes?

1044