Re: Python and ISPF

2020-06-08 Thread David Crayford
On 2020-06-09 5:02 AM, Kirk Wolf wrote: used as an alternative. I doubt that ISPF is POSIX pipe-savvy. What does UNIX have to do anything in this specific context? Bottom line: I can't imagine that you couldn't write a "PyISPF" package with wrappers for all of the functions. It can be done but

Re: Python and ISPF

2020-06-08 Thread Kirk Wolf
On Mon, Jun 8, 2020 at 2:04 PM Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Mon, 8 Jun 2020 13:08:44 -0400, Tom Conley wrote: > > >On 6/8/2020 12:56 PM, Frank Myers wrote: > >> Can ISPF services, such as panel display, be called from Python? I know > they can be cal

Re: Python and ISPF

2020-06-08 Thread Paul Gilmartin
On Mon, 8 Jun 2020 13:08:44 -0400, Tom Conley wrote: >On 6/8/2020 12:56 PM, Frank Myers wrote: >> Can ISPF services, such as panel display, be called from Python? I know they >> can be called from rexx & TSO clists. > >Try using Python's equivalent of CALL ISPLINK (use the COBOL and PL/I >example

Re: Python and ISPF

2020-06-08 Thread Tom Conley
On 6/8/2020 12:56 PM, Frank Myers wrote: Can ISPF services, such as panel display, be called from Python? I know they can be called from rexx & TSO clists. Frank Frank, Try using Python's equivalent of CALL ISPLINK (use the COBOL and PL/I examples in the ISPF doc). Regards, Tom Conley -