| Author |
Message |
gbalaa_007
New User
Joined: 24 May 2007 Posts: 1 Location: Los angeles, CA
|
|
|
|
Hi ,
I am not able to (PUT) FTP a VB file from Mainframe to Unix server in WRAP mode.
but i am able to (GET) a file wrapped into mainframe from the unix.
Here is what i am using..
Mainframe to Unix.....
ASCII
cd Map_files/NSFOUT
put 'HSX.D112.I139FC.REPR.MEDERR' MEDERR.TXT
LOCSITE LRECL=324 REC=VB WRAP TRAIL
put 'HSX.D112.I139FC.REPR.MEDOUT.TEST.MERC1' MEDOUT.TXT
quit
Thanks!! |
|
| Back to top |
|
 |
References
|
Posted: Sat May 10, 2008 1:51 am Post subject: Re: Mainframe to UNix FTPing VB file WRAP mode. |
 |
|
|
 |
Moved: Sat May 10, 2008 1:55 am by superk From TSO/ISPF to Other Mainframe Topics |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 2921 Location: Charlotte,NC USA
|
|
|
|
I'm not sure I'm getting the issue, and I don't quite get your code. LOCSITE parameters are for the local system (z/OS), but you're putting, not getting, the files. SITE would be used for the remote server, if that FTP server is designed to accept a SITE command.
It looks to me like this is not a relevant z/OS issue, but you're welcome to correct me if I'm mistaken. |
|
| Back to top |
|
 |
|
|