what is the use of keep and pass in disp



what is the use of keep and pass in disp..

Answer / azharuddinsyed

KEEP - Keep the data set even though the job terminates abnormally
PASS - pass the data set to further steps in the job

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

If we use GO BACK instead of STOP RUN in cobol?

1 Answers   Temenos,


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

0 Answers  


88 class is used for

5 Answers   CTS, EDS,


What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.

6 Answers   Mphasis, TCS,


I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 Answers  






i want to store 20 digits . h will u do it in cobol ?

4 Answers   TCS,


explain sorting techniques in cobol program?

0 Answers  


what is s000 u4087 error? please give the all error codes in cobol,jcl.

0 Answers  


what is the difference between external and global variables?

1 Answers  


we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  


If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?

8 Answers   CTS,


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

0 Answers  


Categories