Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IGZ0172W RTEREUS was specified, but ignored.

Status
Not open for further replies.

jjl345

Programmer
Apr 1, 2005
2
US
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?
 
Has BRDX410 been recompiled in your current environment? Perhaps the object code was compiled "pre-LE"?

Glenn
 
Thanks for the response. I found the issue my program that was being treated as a seperate enclave BMX05 was being called from several programs one of which was Assembler and called BMX05 via link macro. Changed the LINK to a load and all was right with the world.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top