Thanks Lloyd.
I am not very experienced in creating commands. I'd created a command that used a CLP which was adding QIBM_REX_FIND_SRCMBR then running STRREXPRC. Now I've created a command compiled as you say with PGM(*REXX). But now, if I execute MYREXCMD CMD('my commande'), I notice that the REXX procedure receives the string 'CMD('my commande')' as a parameter. How should I deal with this?
-----Message d'origine-----
De : midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] De la part de lgoodbar@xxxxxxxxxxxxxx
Envoyé : mercredi 8 octobre 2008 18:18
À : midrange-l@xxxxxxxxxxxx
Objet : RE: REXX QIBM_REX_FIND_SRCMBR
David,
It means that a command DOREX compiled with PGM(*REXX)
REXSRCFILE(QREXSRC) RECSRCMBR(DOREX) will find the same REXX member as STRREXPRC SRCMBR(DOREX) SRCFILE(QREXSRC), when the environment variable QIBM_REX_FIND_SRCMBR is set. I have since created a custom REXX create command in my change management system (Aldon) that hard codes the REXX source file library, so I do not use this environment variable.
Loyd Goodbar
Business Systems
BorgWarner Shared Services
662-473-5713
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of David FOXWELL
Sent: Wednesday, October 08, 2008 5:46 AM
To: Midrange Systems Technical Discussion
Subject: REXX QIBM_REX_FIND_SRCMBR
With reference to
http://archive.midrange.com/midrange-l/200804/msg01556.html
can anyone explain what :
the environment variable is honored when the REXX procedure is invoked by a command with
PGM(*REXX) and other relevant parameters.
means ?
Thanks.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.