Kirk Wolf wrote:

>FTP User exits?

Thanks for asking. We have no FTP exits at all.

The problem has been solved. A very kind IBM-MAIN member, who shall not be 
named here, kindly gave me excellent hints on how to debug those FTP client 
error codes.

I repeat his help here for the archives:

Use  http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/f1a1b9a1/4.11.2 
to check for codes:

> CU0701 SETCEC code = 13 

SETCEC = SET Client Error Code
Client error code 13 = FTP_INPUT_EOF 

related messages: CX0362 main: input EOF without a QUIT and EZA1736I QUIT 
generated by unexpected end of file 

Which leads me to this second question from that kind member:

" JESJCL - is there more than 1 SYSIN DD-statement? (->msg //SYSIN DD * 
GENERATED STATEMENT ?) The FTP-Client (EXEC PGM=FTP) reads commands from a 
ddname INPUT, not SYSIN"

So, I looked at the original JCL and observed these:

//SYSIN     DD *               GENERATED STATEMENT

This is what they did, they placed unused IP addresses in a comment area, but 
just after the SYSIN:

//SYSIN    DD *            
//* STAGING ?.?.?.? 
//* DR ?.?.?.?      
//* PROD ?.?.?.?
?.?.?.?
user
psw
etc...

I recommended moving the SYSIN before the live IP address, move comments to 
another place in JCL and replacing //SYSIN with //INPUT.

Their test completed successfully with the expected messages:

150 Ok to send data.             
226 Transfer complete.           
EZA1617I ??? bytes transferred

Many thanks to all who kindly helped online and off-line. Much appreciated!

My favourite TCP/IP team also wished to send their thanks for the help!

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to