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 SET TO TRUE all about, anyway?

5 Answers  


consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error

6 Answers   ABCL, TCS,


waht is inspect verb? where it can be in real time?

1 Answers   Patni,


What is COMP-1? COMP-2?

4 Answers   CitiGroup,


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

0 Answers   HeadStrong,






Name the sections present in data division.

0 Answers  


i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?

7 Answers   CTS,


What is the difference between Structured COBOL Programming and Object Oriented COBOL ?

1 Answers  


WHAT IS SOC3?HOW IT CAN BE RESOLVED?

1 Answers  


consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

10 Answers   TCS,


Explain about level numbers?

3 Answers  


I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?

3 Answers  


Categories