> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Jack Kelly > Sent: Monday, June 30, 2008 3:34 PM > To: [email protected] > Subject: SMS construct pgm name > > Has anyone developed a methodology to determine if FTP is the program > creating SMS dsn? Currently we have a fall thru test for pgm > = BPXPRECP > but I think that's the "exec()" program, not just FTP? Of > course we have > the various flavors of FTP, FTP port 21, sFTP (ported tools) > and TECTIA, > but I assume that shouldn't make a difference? > TiA > > Jack Kelly > 202-502-2390 (Office)
Jack, I just had a crazy thought that might help. In the ftp default parameters, set the desired STORCLAS. To prevent the user from changing it, you'd need to implement the ftp FTCHKCMD exit to disallow setting it to some other value. Another possibility, along the same lines, is to set the DATACLAS in the ftp parameters. Test for that value in your SMS routines. These are not 100%, but might be generally effective. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

