View previous topic :: View next topic |
Author |
Message |
venkata Beginner
Joined: 31 Dec 2002 Posts: 16 Topics: 8 Location: India
|
Posted: Tue Jan 07, 2003 4:08 am Post subject: Uploading a file from PC to Mainframe |
|
|
Hi Friends,
Today I tried to upload a cobol programme, which is in my PC(local disk) thru FTP to PDS in mainframe. FTP was successful but I was able see blank member in that PDS.
Can you please tell why it has uploaded blank member to PDS?
Thanks,
Ramanajee |
|
Back to top |
|
|
warp5 Intermediate
Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Tue Jan 07, 2003 6:57 am Post subject: |
|
|
You need to tell us more. How did you FTP your program? (what product did you use)? It sounds like your FTP did not work so that it just defined a member but could not transfer the data. |
|
Back to top |
|
|
[bond] Beginner
Joined: 31 Dec 2002 Posts: 28 Topics: 6
|
Posted: Sun Jan 12, 2003 11:21 am Post subject: |
|
|
try uploading the file in 'binary'. _________________ “In war, resolution; in defeat, defiance; in victory, magnanimity” ~ Winston Churchill |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Mon Jan 13, 2003 11:25 am Post subject: |
|
|
Use "binary" option for pgm module and use "ascii text" option for pgm source stmnts.
Bill |
|
Back to top |
|
|
arindam Beginner
Joined: 08 Jan 2003 Posts: 5 Topics: 1 Location: India, Kolkata
|
Posted: Wed Jan 15, 2003 7:32 am Post subject: |
|
|
Agree with Bill. Moreover you can include 'HASH' to view the data transferred to the host. It will print `#' for each buffer transferred
_________________ Thanks and Regards,
Arindam |
|
Back to top |
|
|
|
|