And, I guess, give a JCL error if the user does not have an OMVS segment, or no HOME directory specified in their OMVS segment. I agree this would be easier. But can be emulated with: PATH='/u/&SYSUID/file.ext' __if__ the HOME directory is in UPPER CASE. Unfortunately, as I have UNIX set up, the HOME directory use the RACF id after it has been converted to lower-case.
I pity any z/OS UNIX user whose RACF id contains a $ anywhere it in. /u/$racf/some.file will likely fail unless the environment variable "racf" is export'ed with a value of "$racf". I guess that the /etc/profile could be set up to export the environmet variable "racf" set to "$racf" and mark it READONLY. Which only helps in a shell. And a RACF id like: a$b would be a real terror to "fix" in /etc/profile. -- 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 > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Edward Jaffe > Sent: Thursday, March 08, 2012 9:47 AM > To: [email protected] > Subject: Re: Tips for continuing DD statement with only one > parameter field > > On 3/8/2012 7:28 AM, Paul Gilmartin wrote: > > o Pathnames must be absolute (start with "/") > > This is an inconvenience I wish could be rectified. No > leading slash should > default to one's home directory. > > -- > Edward E Jaffe > Phoenix Software International, Inc > 831 Parkview Drive North > El Segundo, CA 90245 > 310-338-0400 x318 > [email protected] > http://www.phoenixsoftware.com/ > > ---------------------------------------------------------------------- > 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

