On Wed, 23 Oct 2019 13:54:13 +0300, ITschak Mugzach wrote:

>Jcl allows "routing" on DD name to another using DDNAME= opeerand. is there
>an equivalent in tso? I remember TSO PIPE, but this was not a standard TSO
>command (CBTTAPE maybe).
> 
Perhaps the elusive CMS/TSO Pipelines, formerly available from IBM.

Use alternate DDNAME list if invoking a utility that supports it.

Use BPXWDYN( 'info ...' ) to extract DSN, VOL, and UNIT, then allocate
to a different DDNAME.

I suspect DDNAME=, PASS, and referback  are implemented in the
initiator and unavailable within the jobstep.

It's regrettable that alternate DDNAME requires each program to
code for it rather than being a part of ATTACH and transparent to
the ATTACHed program.

-- gil

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

Reply via email to