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
Have you used comp and comp-3 in your project? And how?
What are the cobol coding sheets?
Are you comfortable in cobol or jcl?
How are the next sentence and continue different from each other?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the access modes of START statement?
how do you reference the variable unblock file formats from cobol programs
What are different data types in cobol?
How arrays can be defined in COBOL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
When is inspect verb is used in cobol?
What the difference is between continue and next sentence?
Which mode is used to operate the sequential file?
What is static and dynamic call in cobol?