On Thu, 4 Sep 2025 15:32:10 -0500, Charles Mills wrote:
>Perfecto! Thanks.
>
>Then if I get a non-zero from ISREDIT MACRO I use "SETMSG MSG(ISRZ002) COND"
>to put up a nice, neat little pair of "you can't do this" messages.
>
Do you have a recovery scheme or do you just t reflect the
failure to the caller?
Still, ISREDIT should be aware that this is the first MACRO
after a recent invocation of your macro. Feels like an
Idea for a RFE.
What form of argument do you support
DSN(MEMBER)?
MEMBER in displayed member list?
DATAID??
UNIX path?
Alas, when I tried to LMINIT a ddnane allocated
to a UNIX path it failed for no good reason.
I have successfully used this:
address 'ISREDIT' 'MACRO (Arg1)' /* Use Edit macro argument */
if RC<>0 then Arg1 = arg( 1 ) /* else use Rexx argument. */
from:
SDSF command line
Edit command line
TSO READY prompt
IRXJCL
OMVS
--
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN