View previous topic :: View next topic |
Author |
Message |
Maximus Beginner
Joined: 17 Nov 2005 Posts: 21 Topics: 11
|
Posted: Tue Nov 22, 2005 1:26 am Post subject: VSAM- Reading ESDS file |
|
|
Hi all,
Could any one tell me the logic in cobol to read the last record in ESDS file? |
|
Back to top |
|
 |
ANIL SARATHY Beginner

Joined: 30 Aug 2005 Posts: 88 Topics: 3 Location: Syracuse,New york
|
Posted: Tue Nov 22, 2005 3:11 am Post subject: |
|
|
it is possible in CICS.
move -1 into the length of key and read the file.
I guess it is RBA into which -1 needs to be moved. You can try this in CECI. _________________ Anil Sarathy |
|
Back to top |
|
 |
Maximus Beginner
Joined: 17 Nov 2005 Posts: 21 Topics: 11
|
Posted: Tue Nov 22, 2005 4:14 am Post subject: |
|
|
Thanks Anil,
I need the logic in COBOL not in CICS, We can read by using RBA in CICS but we cannot use RBA in cobol.
Waiting for the reply... |
|
Back to top |
|
 |
ANIL SARATHY Beginner

Joined: 30 Aug 2005 Posts: 88 Topics: 3 Location: Syracuse,New york
|
Posted: Tue Nov 22, 2005 4:55 am Post subject: |
|
|
i think it is not possible in batch _________________ Anil Sarathy |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|