Hi team,
I have built a REXX Exec that uses ISPF panels, having several "Address ISPEXEC" and "Address TSO" commands,
PLUS a Address LINKMVS ICEMAN using sort to find a match string in a large PS Dataset.
At first invocation, everything works fine, but since it is driven by an ISPF panel, returns to the panel and expect new input (for the search string).
And at this point the problem starts: Any subsequent call fails at the "Address LINKMVS ICEMAN" with RC16 ! No more messages accompanying the RC16.
I have tried other options like:
- Address TSO "Call *(ICEMAN)" - Same behaviour
- Address LINK (or ATTACH) ICEMAN, Abend 0C4 !
Any ideas would be greatly appreciated.
Thanks, George
RC16 upon subsequent calls "Address LINKMVS ICEMAN"
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: RC16 upon subsequent calls "Address LINKMVS ICEMAN"
Start by listing the ICEMAN output dataset, ddname SYSOUT typically. Perhaps you got a dataset FREEd by accident - check alloctions using the TSO ISRDDN - as SORT will end RC16 for i.e. missing SYSOUT
-
- Posts: 34
- Joined: Wed Apr 04, 2018 8:13 pm
- Skillset: z/OS, REXX, DB2, CICS, MQ, ISPF, DFSMS
- Referer: google
- Location: London, UK
Re: RC16 upon subsequent calls "Address LINKMVS ICEMAN"
Thanks Willy, I was FREEing SORTIN but not reallocating it back on repetition!
Thanks agian
Thanks agian
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 2496
-
by enrico-sorichetti
View the latest post
Fri Apr 02, 2021 6:56 pm