in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


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 ?

0 Answers   IBM,


How to view the hexa decimal value thru file aid if copy book is not present for that particular data

1 Answers  


Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?

3 Answers  


i have a string of 80 chars i want to replace 4th char with "a"?

3 Answers   CSC,






What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?

1 Answers  


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

0 Answers  


Is it possible to left uncode disp? If yes, how?

0 Answers  


what is the COND=EVEN ? Can anyone give me an example to explain the usage.

2 Answers  


what is a jcl?

0 Answers   IBM,


what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

1 Answers   Accenture,


If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???

8 Answers  


Categories