Question : Trying to send <a rel="nofollow" href="ftp://FTP...recieve" target="_blank">FTP...recieve</a> error 501, Use MVS Dsname convention

I have a file that resides on my F drive, always receive the above error, when tryin got FTP it?

EZA1736I GET F:\INSTALIB.JCL       'PZIP.LOAD.MSP792.JCL'    (REPLACE    
EZA1701I >>> PORT 10,201,4,120,8,250                                      
200 Port request OK.                                                      
EZA1701I >>> RETR F:\INSTALIB.JCL                                        
501 Invalid data set name "F:\INSTALIB.JCL".  Use MVS Dsname conventions.

What am I doing wrong?

TIA

Answer : Trying to send <a rel="nofollow" href="ftp://FTP...recieve" target="_blank">FTP...recieve</a> error 501, Use MVS Dsname convention

To FTP the file to dataset xxxx.xxxxxxxx.xxxx.xxx.xxxx on MVS you need three
single quotes (''') on each end of the DSN, as in:
put ourlibrary/ourfile.member '''xxxx.xxxxxxxx.xxxx.xxx.xxxx'''


Does that help at all?
Random Solutions  
 
programming4us programming4us