Question: I have some code that uses M$ALLOC and then assigns the address of an array (in the linkage area) to the space just allocated. Code fragment below. There is a note in the migration section that “SET X TO ADDRESS OF Y” requires... Read More
isCOBOL General
Question: Do I need to recompile in order to run with each new version of iscobol.jar or other runtime libraries that you release? I compiled with one build and then upgraded to a later build. When I attempted to run my program I received... Read More
Here are some examples: IDENTIFICATION DIVISION. PROGRAM-ID. CBL_ALLOC_MEM. ENVIRONMENT DIVISION. DATA DIVISION. LINKAGE SECTION. 01 LNK-MEM-POINTER POINTER. 01 LNK-MEM-SIZE UNSIGNED... Read More
Results
101 -
103 of
103