On Mon, 16 Mar 2009 19:22:01 -0700, Ed Gould <[email protected]> wrote:

>Yahoo is not putting the text of the original message for some reason.
>
>... I had a programmer come to me a few years ago and he wanted 
>to write a report that could go to multiple places. .... To make things 
>really simple just code a DDNAME and a DD and 
>sysout=whatever,dest=newyork1 
>ddname2 DD sysout=whatever,dest=newyork2 etc etc and 
>then in you COBOL program have an FD for each possible destination.

You only need one DCB, and can specify multiple destinations using 
// OUTPUT statements.

-- 
Tom Marchant

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to