This worked with or without the quotes on the input file.
Step01 creates a file with my name contact and date.
 
//TECGRM01 JOB 57400000TC,G.MANSELL,MSGCLASS=O,PRTY=9,CLASS=A, 
//            NOTIFY=&SYSUID      TYPRUN=SCAN                  
//STEP01    EXEC PGM=UTIL0008                                  
//SYSUT1    DD DISP=SHR,DSN=UMBTEST.CTLCDLIB(TECGRM00)         
//SYSUDUMP  DD SYSOUT=*                                        
//SYSUT2    DD DSN=&&TESTCON,                                  
//             DISP=(,PASS,DELETE),                            
//             DCB=(RECFM=FB,LRECL=80,BLKSIZE=0),              
//             UNIT=(SYSSCR,2),SPACE=(TRK,(2,2))               
//STEP02   EXEC PGM=FTP,                                       
//             PARM='SYS093.UMB.COM (EXIT TRACE'               
//*                  Umb3                                      
//SYSUT2    DD DSN=&&TESTCON,DISP=(OLD,PASS)                   
//NETRC    DD  DUMMY                                           
//OUTPUT   DD  SYSOUT=*                                        
//INPUT    DD  *                                               
******                                                         
********                                                       
PUT '//DD:SYSUT2'        'TES.CONNECT.DIRECT.COPY'             
QUIT                                                           
/*                                                             


On Thu, 17 Jul 2008 08:13:54 -0500, Brain <[EMAIL PROTECTED]> wrote:

>Hello.
>
>
>I have tried with the quites also and is still giving the same problem
>
>Pls find the below jcl
>
>//FTP111   EXEC PGM=FTP,REGION=4096K
>//SYSPRINT DD SYSOUT=X
>//INPUT01  DD DSN=AADDXV.TEST.FILE1,DISP=OLD
>//SYSOUT   DD SYSOUT=X
>//INPUT    DD *
> FTP.T1V.U1TRI.COM
> LMCOE
> l12c03
> LOCSITE FEFEIENDLY
> CD /MXS
> PUT '//DD:INPUT01'  OUTPUT.FILE
> QUIT
> //
>
>The spool message shows the below
>
>EZA1460I Command:
>EZA1736I  LOCSITE FWFRIENDLY
>EZA1460I Command:
>EZA1736I  CD /MS8
>EZA1701I >>> CWD /MS8
>250 OK. Current directory is /MS8
>EZA1460I Command:
>EZA1736I  PUT '//DD:INPUT01'  OUTPUT.FILE
>EZA2558W put fails: //DD:INPUT01 does not exist.
>EZA1460I Command:
>EZA1736I  QUIT
>EZA1701I >>> QUIT
>221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
>221 Logout.
>
>
>Could some one pls help me with this ??
>

No quotes around the //DD:ddname

PUT //DD:INPUT01  OUTPUT.FILE


--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at
http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

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


------------------------------------------------------------------------------
NOTICE:  This electronic mail message and any attached files are confidential.  
The information is exclusively for the use of the individual or entity intended 
as the recipient.  If you are not the intended recipient, any use, copying, 
printing, reviewing, retention, disclosure, distribution or forwarding of the 
message or any attached file is not authorized and is strictly prohibited.  If 
you have received this electronic mail message in error, please advise the 
sender by reply electronic mail immediately and permanently delete the original 
transmission, any attachments and any copies of this message from your computer 
system. Thank you.

==============================================================================

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