I am calling a reentrant COBOL370 program from assember. The Linkage Section includes a pointer to a data area to be passed back to the assember program. When I try to address the data in assembler I get 0C4 11. If the cobol program is norent, I don't have a problem, but it must be rent.
Looks like the data in the linage area is protected when the cobol progam is rent. I would appreciat suggestions on how to access the data in the assembler program.
Looks like the data in the linage area is protected when the cobol progam is rent. I would appreciat suggestions on how to access the data in the assembler program.