Allocation of memory with LE routines
Posted
by HaWe
on Stack Overflow
See other posts from Stack Overflow
or by HaWe
Published on 2010-02-16T16:04:31Z
Indexed on
2010/06/08
9:22 UTC
Read the original article
Hit count: 197
At /questions/2000777/allocation-of-memory-in-variable-length-tables NealB mentioned LE routines to allocate/deallocate memory in a non-CICS COBOL program.
I'd very much like to know how this is done: how the LE routine is called. (I'm familiar with the LINKAGE SECTION and with SET ADDRESS.)
Since I have no access to an IBM mainframe at the moment - meaning no access to online documentation - some code snippets could enlighten me.
© Stack Overflow or respective owner