On Thu, 19 Nov 2015 12:47:40 +0100, Leopold Strauss wrote:

>Hi, all
>
>I simply wanted to automize the receiving of a lot of XMIT-files in
>zOS-unix-shell ( not TSO)
>
>Last but not least my problem could be broken down to following
>terminal-input-problem with the RECEIVE-command:
> 
With a lot of patient encouragement from J.O.Skip Robinson, some RTFM, and
too much experimenting, I learn about the SDSF Rexx API:

o I can add fields I want by setting the ISFCOLS2 variable.

o Then the ST command tells me everything I want to know about every
   job data set, SYSIN, SYSOUT, and HELD.

o SDSF supplies me a DDNAME I can use for TSO RECEIVE INDD().

o Because of the mutual hostility between TSO and UNIX, the two-EXEC
  approach is necessary. Something like:

      rexx "address TSO 'exec '''userid()'.CLIST(RCVWRAP)'' ''job00300'''"

Ugh!  (A working kludge.)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to