Re: Detecting F3 (End) in Panel Rexx

2020-01-12 Thread Lionel B Dyck
Perfect - thank you - just learned something new.


Lionel B. Dyck <
Website: http://www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Peter Vels
Sent: Saturday, January 11, 2020 7:17 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Detecting F3 (End) in Panel Rexx

Hi Lionel,

Try this.

)init
)proc  if (.resp = end)= END
 else= Not_END
 *REXX(response,zcmd,zverb)say 'Response:' response  say 'ZCMD:' zcmd
   say 'ZVERB   :' zverb  *ENDREXX*
)end

Regards,
Peter

On Sun, 12 Jan 2020 at 06:44, Lionel B Dyck  wrote:

> Is there a way to determine if F3 (END) was entered while in the )PROC 
> panel rexx routine.
>
>
>
> When I try zcmd is always null ???
>
>
>
> Thanks
>
>
>
> Lionel B. Dyck <
> Website:  <http://www.lbdsoftware.com/> http://www.lbdsoftware.com
>
> "Worry more about your character than your reputation.  Character is 
> what you are, reputation merely what others think you are." - John 
> Wooden
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Detecting F3 (End) in Panel Rexx

2020-01-11 Thread Peter Vels
Hi Lionel,

Try this.

)init









*)proc  if (.resp = end)= END
 else= Not_END
 *REXX(response,zcmd,zverb)say 'Response:' response  say 'ZCMD:' zcmd
   say 'ZVERB   :' zverb  *ENDREXX*
)end

Regards,
Peter

On Sun, 12 Jan 2020 at 06:44, Lionel B Dyck  wrote:

> Is there a way to determine if F3 (END) was entered while in the )PROC
> panel
> rexx routine.
>
>
>
> When I try zcmd is always null ???
>
>
>
> Thanks
>
>
>
> Lionel B. Dyck <
> Website:   http://www.lbdsoftware.com
>
> "Worry more about your character than your reputation.  Character is what
> you are, reputation merely what others think you are." - John Wooden
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Detecting F3 (End) in Panel Rexx

2020-01-11 Thread Binyamin Dissen
Wouldn't it be in ZVERB?

On Sat, 11 Jan 2020 13:44:41 -0600 Lionel B Dyck  wrote:

:>Is there a way to determine if F3 (END) was entered while in the )PROC panel
:>rexx routine.

:>When I try zcmd is always null ???

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Detecting F3 (End) in Panel Rexx

2020-01-11 Thread Lionel B Dyck
Is there a way to determine if F3 (END) was entered while in the )PROC panel
rexx routine.

 

When I try zcmd is always null ???

 

Thanks

 

Lionel B. Dyck <
Website:   http://www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what
you are, reputation merely what others think you are." - John Wooden

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN