I have a job which utilises PLI/I and IMS.
The job is abending in production with U4088 and Reason Code=00003EC.
But when the same job is run against the test database, it executes fine.
Both job use the same loadlib.
Some additional information:
1. Both job execute in different environments.
2. Production job executes on environment which is on Z/OS 1.4
3. Test job executes on environment which is on Z/OS 1.7
What could be possible cause and resolution for this abend.
Is THREADSTACK a compiler option or a run time option. I did not find it in programs.
I gave THREADSTACK(OFF) in PLIXOPT of the main program and also changed the region to 60M.
Both did not work for me.