On Tue, 19 Sep 2017 02:39:55 -0500, Jorge Garcia <[email protected]> wrote:
>* getcode = GETMSG('salida.','SOL',CARTEVEP,,10)
> >L> "salida."
> >L> "SOL"
> >L> "CARTEVEP"
> >L> ""
> >L> "10"
Jorge, I noticed that the stem name you are passing to GETMSG is in quotes,
therfore a literal, but it's in lower case. Try making it upper case as most
REXX functions use the Symbolic interface instead of the Direct interface.
REXX variables can be specified in a case, but names of variables passed to
functions must be uppercase. Using quotes around a name is also a good idea,
but then you must enter it as upper case.
--
Dale R. Smith
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN