You said the application is "complicated". Eliminate that complexity by removing all logic from the two REXX procedures except for the logic you posted. Does it work?
Dave Salt SimpList(tm) - try it; you'll get it! http://www.mackinney.com/products/program-development/simplist.html > Date: Thu, 19 Jun 2014 19:37:15 +0300 > From: [email protected] > Subject: Re: Strange REXX SAY behaviour. > To: [email protected] > > Double check skiparm location. U can use ISRDDN to search for all members > with this name in all allocated libraries (syntax: member xxxx). > > ITschak > בתאריך 19 ביונ 2014 19:30, "Massimo Biancucci" <[email protected]> כתב: > > > 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 > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
