I’m trying to invoke the COBOL compiler from a REXX EXEC. Since the compiler library is not in my TSO STEPLIB I am using LIBDEF ISPLLIB to define it. It seems to find the compiler driver just fine (IGYCRCTL), but the driver seems to do a dynamic call to another module (IGYCSIMD), and that is not being found. How might I resolve this?
address ispexec "LIBDEF ISPLLIB DATASET ID('SYS1.ADCOBB.SIGYCOMP')"
address linkpgm 'IGYCRCTL'
CSV003I REQUESTED MODULE IGYCSIMD NOT FOUND
CSV028I ABEND806-04 JOBNAME=DVFJS STEPNAME=ALLPROG
IRX0250E System abend code 806, reason code 00000004.
IRX0255E Abend in host command IGYCRCTL or address environment routine LINKPGM.
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=806 REASON CODE=00000004
TIME=11.54.02 SEQ=07756 CPU=0000 ASID=00B4
PSW AT TIME OF ERROR 070C1000 816037B2 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 016037AC - 8400181E 0A0D18FB 180C181D
GR 0: 00001F00 1: 84806000
2: 00000000 3: 00000000
4: 00000000 5: 009FF8C0
6: 000000FF 7: 00000000
8: 7EE01068 9: 01603CD8
A: 00000000 B: 00000000
C: 00000000 D: 7EE01068
E: 84806000 F: 00000004
END OF SYMPTOM DUMP
2 *-* address linkpgm 'IGYCRCTL'
+++ RC(-2054) +++
Interestingly, I can invoke it from a CLIST with no issue, with just the following:
CALL 'SYS1.ADCOBB.SIGYCOMP(IGYCRCTL)'
Thanks,
Frank
This message came from outside your organization.
To view this discussion on the web visit https://groups.google.com/a/nd.edu/d/msgid/ispf-l-list/OFA0B4810F.AECEC05C-ON002586DB.00657B03-862586DB.0066A4FE%40notes.na.collabserv.com.
Based on the discussion found at https://bit.listserv.tsorexx.narkive.com/klOB2fz9/tsolib-problem-when-called-from-rexx-from-the-tso-ready-prompt, I am doubful.
But there is too much back and forth in that discussion for me to make much sense out of it, so who knows.
From: ispf-...@nd.edu <ispf-...@nd.edu> On Behalf Of
Mike Shaw
Sent: Thursday, May 20, 2021 12:56 PM
To: ispf-...@nd.edu
To view this discussion on the web visit https://groups.google.com/a/nd.edu/d/msgid/ispf-l-list/CAAF1oqMSNJHEKkgcs5YAY_Z7dZFjJ1nwGRWekchJ464p7AXv2w%40mail.gmail.com.