Since you got the answer you needed, I thought I would point out that IBM's FTP
command searches for "FTP.DATA" differently if the FTP command is invoked from
"TSO Shell" or "z/OS Unix Shell" according to " z/OS Communications Server: IP
User's Guide and Commands" and the SMP/e invocation of FTP is from the "z/OS
Unix Shell". I got around the problem by creating a "<userid>.FTP.DATA" with
among other things set:
SECURE_MECHANISM TLS
&
TLSRFCLEVEL RFC4217
I was then able to receive PTFs and HOLDDATA.
Al Nims
Systems Admin/Programmer 3
UFIT
University of Florida
(352) 273-1298
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Vince Getgood
Sent: Tuesday, August 23, 2016 5:53 AM
To: [email protected]
Subject: Re: PTF order fulfillment issues and getting HOLDDATA
Don't know if this will help anybody else out, but I had problems receiving a
PTF today using SMP/e orderserver, client and FTP data that had worked since I
started here.
Looking at the output, it seemed that the IBM site was no longer using my FTP
data dataset. It was looking for /etc/ftp.data, which doesn't exist, and then
went to TCPIP.FTP.DATA, which does exist, but is not set up for internet
delivery.
To resolve this, in my client data, I had to move the data between the
<FTPOPTIONS> </FTPOPTIONS> tags BETWEEN the <CLIENT> </CLIENT> tags.
Before change: -
<FTPOPTIONS>-v -f "//'DATA.SET.NAME'" </FTPOPTIONS>
<CLIENT
debug="YES"
javahome="/usr/lpp/java/J7.1"
classpath="/usr/lpp/smp/classes"
javadebugoptions="-Dcom.ibm.smp.debug=severe -showversion"
retry="3"
>
</CLIENT>
After change: -
<CLIENT
debug="YES"
javahome="/usr/lpp/java/J7.1"
classpath="/usr/lpp/smp/classes"
javadebugoptions="-Dcom.ibm.smp.debug=severe -showversion"
retry="3"
>
<FTPOPTIONS>-v -f "//'SMPE.CONFIG.FTP.DATA.OPTIONS'" </FTPOPTIONS>
</CLIENT>
This worked for me.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to
[email protected] with the message: INFO IBM-MAIN
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN