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

in a indexed file what is procedure for read the records from 12 to 18. please give the code example

2 Answers   L&T,


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


What is SET TO TRUE all about, anyway?

5 Answers  


How To move a value to an array using move verb?

3 Answers   IBM,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


what is the meaning of pic 9(09)v99-

4 Answers   HSBC,


can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  


What are the different data types available in COBOL?

4 Answers  


I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?

5 Answers   Cognizant,


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

1 Answers  


what happens if parmparameter passes zero bytes to the program

0 Answers   HSBC,


How to open and see copy book ?

3 Answers  


Categories