What is reference modification?
What is UNION in sql and syntax?
What is the difference between GDGS and VSAM? Which is
prefer one?
What is processing groups in endevor?



What is reference modification? What is UNION in sql and syntax? What is the difference between GD..

Answer / lu

reference modification is
when you move the position of this field to another field
ex : move ws (3:5) to wss(6:5)
3:5 means 3thrd position and the lenght is 5 ....
2) union in sql used to check the column (row) of the table
A existing or not in table B...
3) GDG is the generation of sequential file, u access only
by sequential, VSAM (KSDS) access by key if you know, it's
more faster...
in endevor : unit test, Qa, and Production...

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More COBOL Interview Questions

What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,


What is the file organization clause ?

2 Answers  


what is internal sort and external sort ? which is preferable ?

2 Answers   TCS,


What is the default value of DISP for temp datasets

5 Answers   IBM,






What is the default value of DISP parameter?

3 Answers   IBM,


77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 Answers  


What is the default value(s) for an initialize and what keyword allows for an override of the default?

0 Answers  


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


how to know that the file has 300 records how to acess it?

0 Answers   Hewitt, TCS,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


What is the difference between write & move in COBOL?

3 Answers   CSC, HHB,


Categories