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?
Answer Posted / 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 View All Answers
Which mode is used to operate the sequential file?
Write down the divisions of cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is amode(31)
What rules are to be followed while using the corresponding options?
How do you reference the fixed block file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
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?
Why occurs cannot be used in 01 level in COBOL?
What are the various section in data division and briefly explain them.
What is a scope terminator give example?
State the various causes of s0c1, s0c5 and s0c7.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?