Rexx is pretty easy to learn. Googling <Rexx Tutorial> gives me lots of hits.

I'm not putting you down for asking here. It's just that a couple of hours of 
tutorial might be better and easier for you than a bunch of scattershot 
questions here.

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Bill Giannelli
Sent: Monday, September 30, 2019 11:48 AM
To: [email protected]
Subject: Re: Rexx calls versus branching

My statement is as follows:
SELECT                                                
     WHEN ssid = "XXXX" THEN grp = "ZZZZ"             
        
     WHEN ssid = " " THEN say 'subsystem not entered';
                          call code                   
OTHERWISE                                             
          NOP                                         
END                   

I thought it was falling though when SSID was blank.
But what I neglected was a null value for SSID.
Thanks
Bill

----------------------------------------------------------------------
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

Reply via email to