View previous topic :: View next topic |
Author |
Message |
madhuroyus Beginner
Joined: 09 Jan 2006 Posts: 45 Topics: 14 Location: Bangalore
|
Posted: Wed May 24, 2006 1:11 am Post subject: How to read records in descending order with the ISN of Adab |
|
|
Hi,
We are using ADABAS database in COBOL and CICS environment.
I need to read the ADABAS file(in ADABAS table will be called as FILE) in COBOL-CICS program with the ISN in both Ascending and Descending order. ISN is equivalent of ROW-ID.
Can any one help me on this.
Thanks
Madhu _________________ Self confidence is something that says U will do it, when the rest of the world has exactly opposite view. |
|
Back to top |
|
|
mrinalsolanki Beginner
Joined: 02 May 2006 Posts: 56 Topics: 16
|
Posted: Tue Sep 04, 2007 11:11 am Post subject: |
|
|
It's too late but better late than never
Try this first
Code: | READ FILE BY ISN
END |
Default is ascending |
|
Back to top |
|
|
dr_te_z Beginner
Joined: 08 Feb 2007 Posts: 18 Topics: 3
|
Posted: Wed Sep 05, 2007 12:48 am Post subject: |
|
|
mrinalsolanki wrote: | Code: | READ FILE BY ISN
END |
| That's Natural code. The topic-starter mentiones COBOL. When the topicstarter does not mention how he/she accesses ADABAS from COBOL no-one can answer. |
|
Back to top |
|
|
|
|