Cobol doubly linked list
Posted on Sun 01 November 2020 in COBOL
COBOL Doubly Linked List Example.
COBOL does support pointers and with language environment(LE) on the z/OS platform you can easily utilize dynamic storage. Look at the EXAMPLE links below to see a cobol sub program and main program that tests the functionality.
Why?
Covid-19 and two or three …
Continue reading