In a message dated 2/5/2009 10:02:11 A.M. Central Standard Time,  
[email protected] writes:

Is there a way to specify a DD NAME to read from instead of the  actual
local file name?
 
>>


In the Com. Server User's Guide under FTP  ddname support?
 
//USER33J  JOB   MSGLEVEL=1,MSGCLASS=H,USER=USER33,PASSWORD=**pw**
//STEP01   EXEC  PGM=IEBDG
//SYSPRINT  DD  SYSOUT=A
//OUTSET   DD   DSNAME=USER33.MYGDG(+1),DISP=(NEW,CATLG,CATLG),
//              VOLUME=SER=CPDLB1,SPACE=(TRK,(5,5)),UNIT=SYSDA,
//              DCB=(RECFM=FB,LRECL=80,BLKSIZE=800)
//SYSIN    DD   *
<  create statements >
//STEP02   EXEC  PGM=FTP,REGION=2048K,PARM='(TCP TCPCS  TRACE'
//STEPLIB   DD   DSN=USER33.LINKLIB,DISP=SHR
//SYSPRINT DD   SYSOUT=*
//DD01     DD   DSNAME=USER33.TEST.S.A,DISP=OLD
//DD02     DD   DSNAME=*.STEP01.OUTSET,DISP=SHR
//OUTPUT   DD   SYSOUT=*
//INPUT     DD  *
9.67.113.57 6321
USER33 **pw**
put4  //DD:DD02    data
get5   data    //DD:DD01
quit
/*








**************Great Deals on Dell Laptops. Starting at $499. 
(http://pr.atwola.com/promoclk/100000075x1217883258x1201191827/aol?redir=http://ad.doubleclick.
net/clk;211531132;33070124;e)

----------------------------------------------------------------------
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