if we have a 10 steps how to override the 4th step in jcl?

Answers were Sorted based on User's Feedback



if we have a 10 steps how to override the 4th step in jcl?..

Answer / adarsh

step4.ddname dd dsn=....,disp=..

Is This Answer Correct ?    10 Yes 1 No

if we have a 10 steps how to override the 4th step in jcl?..

Answer / parvatraj m bhuti

Code cond parameter
as
cond= (0,GT).. Thats all.

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More COBOL Interview Questions

A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


Explain about Redefines cluse?

3 Answers   iGate,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).

8 Answers  


SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.

3 Answers   Lehman Brothers,


What is the local-storage section?

0 Answers  






what is linkcard in cobol?

1 Answers   TCS,


What R 2 of the common forms of the EVALUATE STATEMENT ?

1 Answers   Cap Gemini,


how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,


The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290

4 Answers   TCS,


Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.

4 Answers  


i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?

2 Answers  


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


Categories