how to access vsam files in cobol and how to differentiate
that this is ESDS file
Answer Posted / javiad
In order to access VSAM file in a cobol program, we need to
code oransiation, access and rec key in the file descrption.
For ESDS add prefix AS- to the DD Name.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
Explain about different table spaces.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Can a Search can be done on a table with or without Index?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the access modes of START statement?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how do you reference the fixed unblock file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
What are the different open modes available in cobol?
Mention the guidelines to write a structured cobol program?
Give some examples of command terminators?
What are the cobol coding sheets?
i need a small 3d program using inline and outline.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?