View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Tue Nov 11, 2008 3:30 pm Post subject: FTP in batch |
|
|
I need to submit FTP command in the JCL (lrecl 80). The syntax of PUT command is 'PUT localfile foreignname'. The line is longer than 80 character, I nee to separated it into 2 lines:
Code: |
PUT localfile
foreignname
|
What is the continuation character in line 1? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Tue Nov 11, 2008 3:55 pm Post subject: |
|
|
Kolusu,
Thanks. I did do the search, but somehow miss that one. |
|
Back to top |
|
 |
|
|