Which COND paramter will u use to execute the step only if
the previous step does not execute
Answer Posted / girish kumar
cond=only
| Is This Answer Correct ? | 41 Yes | 1 No |
Post New Answer View All Answers
How to execute 2nd and 4th steps among 5 steps in jcl proc?
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
Explain how can a jobs execution priority be modified?
Name a few IBM utility programs, and explain its function.
How jcl is used for testing batch programs?
what is the use of JCL?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the function of the dd dcb keyword?
which utility is used to run a cobol-db2 program?
what sort card you will use to copy the data from one dataset to another dataset?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Can we call instream to catalog and catalog to instream?
Explain about LMQUERY�give a dialog information about a data set
Explain how can a stopped job be started again?
what is the resolution for sb37 error