Ulrich,
I am not familiar with AF/Operator, however can you change the "CALL" of
the assembler module to an external REXX function instead?
For example :
x = passtktf(parms,,,)
The "passtktf" external function can be a wrapper for the actual call to
your PASSTKT program - all it has to do is process the standard REXX
parameters control blocks (see IRXEFPL and IRXARGTB) and handle passed
parameters and then pass the result back in the evaluation block
(IRXEVALB).
Rob Scott
Rocket Software, Inc
275 Grove Street
Newton, MA 02466
617-614-2305
[EMAIL PROTECTED]
http://www.rs.com/portfolio/mxi_g2
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Ulrich Boche
Sent: 02 April 2007 04:21
To: [email protected]
Subject: Suppress REXX Message IRX0406E
We're calling an Assembler program that creates RACF PassTickets out of
a REXX exec in AF/Operator. The assembler module resides in a LNKLST
library. Parameter RXSEARCH(REXX) is specified so the REXX libraries are
searched first. Since the module can't be found there, this message is
displayed:
IRX0406E REXX exec load file RKANCMD does not contain exec member
PASSTKT
I'm aware of an IBM Technote that states that this message can be safely
ignored since the module is indeed found in LNKLST. Also, we cannot
specify RXSEARCH(LOAD) since this would break a number of functions in
AF/Operator.
Is there a way to suppress this message (other than specifying
RXSEARCH(LOAD))? The person responsible for AF/Operator is a bit picky
about the message because any operational problems that may arise for
whatever reason tend to be blamed on him if error messages of any kind
appear out of automation.
--
Ulrich Boche
SVA GmbH, Germany
IBM Premier Business Partner
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html