Subject: RE: REXXIPT
From: Dieltiens Geert (Geert.Dieltiens@inf.vanbreda.be)
Date: Tue Sep 01 2009 - 04:34:13 EDT
Tony,
No idea why that doesn't work for you, but I ran this small proc
successfully in VSE 4.1, using // EXEC REXX=TEST :
/* */
sysipt.0=1
sysipt.1='LD S=IJSYSRS.SYSLIB'
CALL OUTTRAP output.
CALL REXXIPT sysipt.
address link 'LIBR'
say output.0
twoipt.0=1
twoipt.1='LD S=PRD2.CONFIG'
CALL OUTTRAP output.
CALL REXXIPT twoipt.
address link 'LIBR'
say output.0
exit
Bye,
Geert.
-----Original Message-----
From: owner-vse-l@Lehigh.EDU [mailto:owner-vse-l@Lehigh.EDU] On Behalf
Of Tony Thigpen
Sent: dinsdag 1 september 2009 0:03
To: VSE Discussion List
Subject: REXXIPT
I am trying to used multiple stem names when using REXXIPT as input to
LIBR.
CALL OUTTRAP output.
CALL REXXIPT sysipt.
address link 'LIBR'
...... other steps
CALL OUTTRAP output.
CALL REXXIPT twoipt. <<< different name
address link 'LIBR'
I receive:
64 +++ CALL REXXIPT twoipt.
ARX0040I Error running OPENEZGO, line 64: Incorrect call to routine
If I change the name of the stem in the second call to where it matches
the name of the first REXXIPT call, I don't get the error.
Is there a way to 'clear' everything so a second REXXIPT can use a
different stem? (Yes, I did try the 'off' operand, but it did not work.)
Thoughts?
--
Tony Thigpen
DISCLAIMER
This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity
to whom they are addressed. If you have received this email
in error please notify postmaster@vanbreda.be
This footnote also confirms that this email has been checked
for the presence of viruses.
Informatica J.Van Breda & Co NV BTW BE 0427 908 174
This archive was generated by hypermail 2b25 : Wed Sep 02 2009 - 20:20:12 EDT