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
Difference between cobol and cobol-ii?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is difference between static and dynamic call in cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
what happens if parmparameter passes zero bytes to the program
In COBOL, what is the different between index and subscript?
A table has two indexes defined. Which one will be used by the SEARCH?
how do you reference the variable unblock file formats from cobol programs
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain what you understand by passing by value.