> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of R.S. > Sent: Wednesday, May 30, 2012 9:43 AM > To: [email protected] > Subject: Re: SMP/E and UNIX (JAVA?) (solved) <snip> > > > Well, I found 'jar' program in 9 different locations, including > WebSphere - the product I applied the PTF to. I compared size of the > files - it looks I have 9 identical jar's. > > Why ServerPac is not customized to use any of them?
Good question! > > Why there is not HOLD ACTION in the PTF to take care about SMPJHOME? Another good question. > > Why APPLY CHECK does not check presence/lack of ot? > > Why SMP/E does not use PATH variable? Perhaps because SMP/E does not run in a UNIX shell environment. It starts out as a normal z/OS batch program (not a UNIX process). When it needs to run the "jar" command, it is "dubbed" as a UNIX process. This process does not set up any UNIX environment variables. PATH is a UNIX environment variable. Normally it is set in by the "login shell" (/bin/sh) via the /etc/profile shell script. And perhaps futher modified by the ~/.profile script and/or the shell script in the specified in the ENV environment variable, if any. > > > -- > Radoslaw Skorupka > Lodz, Poland > > > P.S. Something tell me that I will have to solve the same problem few > years later. And obviously I'll forget the solution. And IBM > won't fix it. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

