SIGNAL can be used nicely to jump out of a (nested) loop to go to a defined end point. If you need to stay in a loop, you might consider using ITERATE or LEAVE.
-----Ursprüngliche Nachricht----- Von: IBM Mainframe Discussion List [mailto:[email protected]] Im Auftrag von Jack J. Woehr Gesendet: 14 January, 2018 21:40 An: [email protected] Betreff: Re: curious: Popularity & use of C on z/OS. On 1/14/2018 11:35 AM, Seymour J Metz wrote: > REXX doesn't have a goto Sure it does: SIGNAL -- Jack J. Woehr # Science is more than a body of knowledge. It's a way of www.well.com/~jax # thinking, a way of skeptically interrogating the universe www.softwoehr.com # with a fine understanding of human fallibility. - Carl Sagan ---------------------------------------------------------------------- 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
