I have problem with REXX runing under USS. The REXX is part:
Address linkpgm "EQQSTOR arg_value1parm"
and
Address linkpgm "EQQYCOM parm_list"
Under TSO everything is OK, but in USS I get an error:
IRX0250E System abend code 338, reason code 37289985.
IRX0255E Abend in host command EQQYCOM or address environment routine LINKPGM.
186 *-* Address linkpgm "EQQYCOM arg_value1parm"
+++ RC(-824) +++
IRX0255E Abend in host command EQQYCOM or address environment routine LINKPGM.
186 *-* Address linkpgm "EQQYCOM arg_value1parm"
+++ RC(-824) +++
and:
IRX0250E System abend code A78, reason code 00000016.
IRX0255E Abend in host command EQQSTOR or address environment routine LINKPGM.
140 *-* Address linkpgm "EQQSTOR" arg_value1parm
+++ RC(-2680) +++
IRX0255E Abend in host command EQQSTOR or address environment routine LINKPGM.
140 *-* Address linkpgm "EQQSTOR" arg_value1parm
+++ RC(-2680) +++
Any necessary libraries i include in DD statements.