View previous topic :: View next topic |
Author |
Message |
syedfasi Beginner
Joined: 29 Jul 2004 Posts: 10 Topics: 6 Location: India
|
Posted: Thu Aug 12, 2004 10:07 am Post subject: FTP Problems |
|
|
Hi,
We have been sending some of the dataset to server for years, but now we are encountering some wearied problems, it say "USER cannnot logon". But I checked the userid and password, is the same and its also allowing me to logon with the same userid and password in interactive mode (Each command is entered manually at the C: prompt)...
Here is my code
Code: |
//TLPVFTP0 EXEC PGM=FTP,TIME=60,PARM='(EXIT=5'
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
NN.NN.NN.NNN
USERID
PASSWORD
CD DIR NAME
LOCSITE TRAIL
PUT 'Mainframe file name' Server file name
QUIT
|
Thanks for your help... |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Aug 12, 2004 11:12 am Post subject: |
|
|
syedfasi,
Passwords are often case-sensitive . If you used Upper case (caps) change it to lower and vice versa , that may help.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Sreejith Intermediate
Joined: 02 Dec 2002 Posts: 155 Topics: 25 Location: N.Ireland
|
Posted: Fri Aug 13, 2004 6:16 am Post subject: |
|
|
Did someone put NUM ON on the JCL. Check column 72 to 80 and make sure it is spaces.
Sreejith |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Fri Aug 13, 2004 12:25 pm Post subject: |
|
|
Firewall? _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Fri Aug 13, 2004 12:41 pm Post subject: |
|
|
I'm with Cogito-Ergo-Sum. If all else is the same, then assume that something in the network has changed. You should be testing the logon and password interactively on the same system. |
|
Back to top |
|
 |
|
|