how to access vsam files in cobol and how to differentiate
that this is ESDS file
Answer / 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 |
how to crack cts interview apps? NOVEMBER 21 2010
What is the mode in which you will OPEN a file for writing?
What R 2 of the common forms of the EVALUATE STATEMENT ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
hw to create 3 dimensional array & hw to access it?
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
explain sorting techniques in cobol program?
What is the difference between Call and a Link?
What are the differences between COBOL and COBOL II?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.