On Mon, 30 Sep 2019 08:28:27 -0500, Bill Giannelli wrote:

>I am still learning Rexx. Can someone give a simple example of 1) calling a 
>routine and returning. 2) branching to a routine without returning.
>I have a SELECT statement and from the last where clause I want to branch to a 
>routine without returning. But it keeps returning and falling thru the end of 
>the SELECT statement.
>thanks
> 
You may get more narrowly target information by subscribing at:
    http://vm.marist.edu/htbin/wlvindex?TSO-REXX

Please post a brief example of what you're trying and describe
what you want to happen.

Is the routine you mention internal or external?  Are you free to
modify it?

If you do not want it to fall thru the end of the SELECT statement,
where do you want it to go?  I t must go somewhere.

Like others, I do not recommend SIGNAL for this purpose.

-- gil

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

Reply via email to