Hi All
I need to read a VSAM file with 10 bytes long key.
05 WS-KEY-FULL.
10 WS-KEY-PART1 PIC X(05).
10 WS-KEY-PART2 PIC X(05).
I have to show all the records on screen (paging) having some value in PART2 of the key
User enters PART2 on the screen. I get PART2 value from screen and display data pagewise.
This VSAM file has `10 million records.
Please suggest effective way of doing it.
1.Readnext commands:
Which format of readnext command can be used ?
2.Alternate Index:
I am not aware if there are any filesize constrains on reading alternate index.