On TSO, I was given an exec that goes:

  'PIPE' etc. '| stack'
  'EXECIO * DISKW SYSIN ( FINI'

to write a temporary file to be used by another program.  If I try to
skip the stack:

  'PIPE' etc. '| > dd=sysin'

all I get is a complaint that it can't be opened.  What am I missing?

¬R

Reply via email to