On Fri, 18 Mar 2016 15:12:32 -0400, Scott Ford wrote:

>I have a STC that uses datasets as temporary staging areas and would like to
>make them more dynamic, i.e.; no ddname in the proc. 

Do you mean that you want dynamic allocation to assign a DDNAME?
Or just that there is no DDNAME in the proc. You could generate a DDNAME of 
your 
choice when you issue SVC 99 (or BPXWDYN), and use it for a subsequent FREE.

>I would also like to
>create them as &&

Do you mean that you want to assign, e.g. DSN=&&TEMP1? 
Or do you want the system to assign a temporary data set name?

-- 
Tom Marchant

Reply via email to