> I am sorry if I didnt make myself clear, we are trying to put a gdg to a
> windows server. 

you might take advantage of the ftp DD support (or whatever it is called):

//FTP      EXEC PGM=FTP,PARM='(EXIT'                 
//SYSPRINT DD SYSOUT=*                               
//IN       DD DISP=OLD,DSN=your.gdg(0)  
//OUTPUT   DD SYSOUT=*                               
//INPUT DD *                                         
  windows_host                                              
  userid                                   
  pw                                          
  sendsite                                           
  put //dd:IN your.fiile.name.on.windows              
  quit


Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic 
GmbH
Munich - Germany




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

Reply via email to