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

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

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

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

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