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
How do get the result of your program directly on your pc?
Define static linking and dynamic linking.
What is the difference between perform … with test after and perform … with test before?
Write the code to count the sum of n natural numbers.
What are literals?
What is the LINKAGE SECTION used in COBOL?
Explain what you understand by passing by value.
What guidelines should be followed to write a structured cobol prgm?
Write a program that uses move corresponding.
how do you reference the variable unblock file formats from cobol programs
What are the different types of condition in cobol and write their forms.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How arrays can be defined in COBOL?
what is the difference between COBOL2 AND COBOL390?