I have a batch job that runs as follows:Here is the issue: BRDX410 COBOL calls BMX05 also COBOL((via call). BMX05 Calls GTAMRKEY assembler,(via call) GTAMRKEY loads and executes GTAMRTNS also Assembler. I am getting a system S906 in GTAMRKEY because every time I come into it I have a new copy of GTAMRKEY and the fullword that holds the address of GTAMRTNS is always zero.
I tried using the RTEREUS option and the message I am getting back is as follows:
IGZ0172W RTEREUS was specified, but ignored. A reusable run-time environment was not established because the first program in the application was not COBOL. Options Report for Enclave BMX05 03/31/05 9:08:34 AM
Two things are going on system does not seem to recognize the first program BRDX410 as COBOL even though it is. Second issue is Options Report for Enclave BMX05 appears like 10,000 plus times so obviously each time BMX05 is called it is being treated as a new enclave.
My question for you is what would cause multiple enclave issue to occur? Why doesn't the system identify the first program correctly and recognize it as COBOL?
I tried using the RTEREUS option and the message I am getting back is as follows:
IGZ0172W RTEREUS was specified, but ignored. A reusable run-time environment was not established because the first program in the application was not COBOL. Options Report for Enclave BMX05 03/31/05 9:08:34 AM
Two things are going on system does not seem to recognize the first program BRDX410 as COBOL even though it is. Second issue is Options Report for Enclave BMX05 appears like 10,000 plus times so obviously each time BMX05 is called it is being treated as a new enclave.
My question for you is what would cause multiple enclave issue to occur? Why doesn't the system identify the first program correctly and recognize it as COBOL?