On Fri, 18 Jan 2013 14:47:13 +0100, Boris Lenz <[email protected]> wrote:
>I can't get an FTP PUT to work with dataset names that contain a dollar >sign (x'5B', which is the pound sign on the target system). > >Source system is z/OS, codepage IBM-500 >Target system is z/OS, codepage IBM-285 > >FTP commands: >TYPE E >SITE ISPFSTATS >PUT 'USERA.TSO.EXEC($TEST)' >QUIT > >The output is: >EZA1701I >>> STOR 'USERA.TSO.EXEC($TEST)' >501 Invalid data set name "''USERA.TSO.EXEC($TEST)'". Use MVS Dsname >conventions. >EZA1735I Std Return Code = 27501, Error Code = 00002 > You could, of course, specify a second name on your PUT command to rename the data set or member to something different that will work on the remote site (i.e., that does not use the problematic national characters). PUT local-name remote-name -- Walt ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
