On Dec 1, 2010, at 11:44, Gregg wrote:
> +1
> you also have file output
> 'FILEDEF OUTPUT DISK V$-CHK CONSOLE A'
>
But why bother? I'm already doing:
callpipe COMMAND FTP | stem REPLIES.
It's pretty academic, but I realize that even if I guarantee
uniqueness of the command file IDs, there remains the hazard
of contention for the DD name "INPUT". To be formally safe
I'd need to make my FTP wrapper an EXEC rather than a stage.
Or is there any mutex to guarantee that two contending stages
don't overlap in time?
-- gil