On Wed, 28 Nov 2007 16:50:21 -0600, Kirk Wolf 
<[EMAIL PROTECTED]> wrote:

>...
>I thought it might be nice to write an OMVS replacement as an ISPF 
dialog,
>but it is not obvious to me that it is very easy to do...
>
>What you would like is a multithreaded (multiple TCBs under z/OS) 
ISPF
>application - one thread handles normal input processing, and the 
other
>updates a temporary scrollable table with the output as it arrives.   I
>could be wrong, but ISPF seems to be limited to a single thread and to
>"half-duplex" 3270 conversations.   I could work around the single-
thread
>problem, but there doesn't seem to be a way in ISPF to support a
>"full-duplex" 3270 conversations.
>...

I rarely do much Unixy stuff so what is comfortable for me is 
probably far from what you want, but it sounds like ISHELL
addresses some of what you are asking for.  It certainly doesn't
address the half-duplex nature of 3270 datastreams.  (3270
datastreams ARE half-duplex.)  But ISHELL gives you a full ISPF
screen manipulation,  scrollable output (but only after the command
has completed), etc.

It doesn't give you Unix; it gives you ISPF access to Unix commands.
For some of us that's enough.

Pat O'Keefe 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to