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


Re: What is a mainframe?

2020-01-11 Thread z/OS scheduler
Welll, in my opinion the mainframe died when IBM allowed tcpip on their
servers. From that point onwards it just became another server that could
be hacked via TCPIP ports.

James O'Leary

Op vr 10 jan. 2020 om 21:05 schreef Steve Smith :

> Well, it is Friday: https://www.youtube.com/watch?v=d0-pLcgq-2M
>
> It's also about a bank :-)
>
> --
> sas
>
> --
> 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


Re: Detecting F3 (End) in Panel Rexx

2020-01-11 Thread Peter Vels
Hi Lionel,

Try this.

)init









*)proc  if (.resp = end)   &response = END
 else   &response = 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


How many ways can one sentence be wrong dept

2020-01-11 Thread Phil Smith III
>From a book:

"... located a Trojan virus during a routine mainframe defrag."


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