Hi everybody,

I'm puzzling about a strange behaviour of a REXX under ISPF.

The application is complicated so be kind to trust me about the "basic
information" I'm supplying.

At the moment "x" the rexx named SKISKED executes a "SAY" and it's OK then
calls SKIPARM rexx and finally executes a "SAY" again.

The two SAY work properly.

In SKIPARM I added the TRACE command and a SAY ...... not a "word" even
though SKIPARM works properly.

I'm sure SKIPARM I'm working on is the rigth one because if I cause an
error (syntax or whatever else) it fails.

Any clue ?

Thanks a lot in advance.
Massimo


mylib(SKISKED)
say "This is OK - calling skiparm"
call skiparm sel com_appl
say "This is OK - returnig from skiparm"


mylib(SKIPARM)
trace o
trace "I"
say ">"userid()"<"
trace "O"
parmtito = "   formato      valore       descrizione"

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to