When run a Gen application in batch get:
CEE3561S External function TIRHSTG was not found in DLL TIRORUNT.
From compile unit TIRDMGR at entry point TIRDMGR at statement xx at compile unit offset +00000A7A at entry
offset +00000A7A at address 1E9AD0C2.
Gen 8.6 runtime
The error message indicates that TIRHSTG member was not found in the referenced job libraries.
Possible resolutions:
- Possibly referencing an older version of TIRORUNT? Check the library concatenation to ensure to use the latest (8.6) version of referenced load libraries. TIRHSTG was included in TIRORUNT as of Gen 8.x but not within TIRORUNT in 7.x or earlier.
- When the JOBLIB and STEPLIB both are present, STEPLIB overrides the JOBLIB. So, the Library 'xxxxx..xxxxx.xxxx.CEHBPLD1' (where the required libraries are present) must be in the STEPLIB concatenation for the steps where the GEN applications are being executed.