Answer Posted / pavan
File Organization defines what type of file it is. It can
be sequential(like PS or VSAM ESDS), indexed (like VSAM
KSDS) or Relative (like VSAM RRDS)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between external and global variables in COBOL?
how to move the records from file to array table. give with code example
Write the code to count the sum of n natural numbers.
What is the LINKAGE SECTION used in COBOL?
How arrays can be defined in COBOL?
) how do u code after getting data?
Describe the cobol database components?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What guidelines should be followed to write a structured cobol prgm?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
For rewrite, why is it mandatory that file needs to be opened?
What is Pic 9v99 Indicates in COBOL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..