Page 1 of 1

Reading the records from a KSDS in reverse order in COBOL.

Posted: Sat Oct 14, 2017 8:32 pm
by alpna
Hi,

How Can we read the records in a KSDS in reverse order in COBOL? Could you please advise.

Re: Reading the records from a KSDS in reverse order in COBOL.

Posted: Sun Oct 15, 2017 4:13 am
by Robert Sample
COBOL does not support reading KSDS records in reverse order. CICS allows you to do so, but that is specific to CICS programs and not COBOL.