From: "Duffy, Peter" > > I just had a meeting yesterday with a vendor who was touting their > software installation GUI for the mainframe. > > It uses FTP under the covers to install a listener/service > program/whatever to interface with their database nucleus to web enable > all sorts of nifty processes. > ... > So a DBA or a developer could get a CD in the mail for a trial, load it > on their PC, install this puppy in an hour (vendor estimate) and, at > this site, they could join all vehicle records to all service records > for three years in a matter of seconds in the GUI and download gigs of > data to their PC until it gakked on the data volume.
Been happening for a while - even CC has espoused his "you-beaut" installer. Haven't seen one I like yet. We don't allow user creation of target libraries, but they can certainly create (testing) loadlibs. How useful they are would be debatable - unauth, no access to prod data, but who knows. The data access/traffic issue has also been around for a while. DDF has been a real problem occasionally. For example, "mickey mouse"-ware allows creation of SQL query that hits the DB2 subsystem(s). Something like - "I wonder how much I got paid this week"; so download the entire payroll system to a server, and run the (single record) query there. Then check last pay, so do it all again. Or run the query under a user that is (mainframe) password expired or revoked. No smarts at the user end, so it continues to generate the request (and associated enclave) forever, looking for an answer. Bad design is bad design - goes back to (at least) FOCUS and QMF. Give the end user a poorly designed application, and they'll eat your system. Shane ... ---------------------------------------------------------------------- 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

