Ack!!! I meant &SYSUID not &RACUID. &RACUID is used in RACF profiles. &SYSUID 
is used in JCL.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
john.mck...@healthmarkets.com * 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:IBM-MAIN@bama.ua.edu] On Behalf Of McKown, John
> Sent: Thursday, December 08, 2011 10:14 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: JCL "sheesh!" for today
> 
> > -----Original Message-----
> > From: IBM Mainframe Discussion List 
> > [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Charles Mills
> > Sent: Thursday, December 08, 2011 10:05 AM
> > To: IBM-MAIN@bama.ua.edu
> > Subject: Re: JCL "sheesh!" for today
> > 
> > YES! That was the JCL "sheesh!" for another day, that a DD 
> > statement has no
> > "home directory" and that all paths must be absolute. I 
> > should be able to
> > code PATH='foo/bar' and when I run the job that becomes 
> > /u/myuserid/foo/bar
> > but when Gil runs the job it becomes /u/gilsid/foo/bar. Just 
> > like I could in
> > a UNIX script (or PC-DOS BAT file, for that matter).
> > 
> > Charles
> 
> You could do: PATH='/u/&RACUID/file.name.ext'
> 
> And JCL will substitute your RACF id for &RACUID. This does 
> not help me because I would need &RACUID in __lower case__ 
> because that's how I do the UNIX home subdirectories. Before 
> automount, when I had a "hard coded" /u subdirectory, I would 
> have symlinks of upper case RACF id to the lower case 
> directory name. But I can't do that, as best as I can tell, 
> since I went to automount of /u.
> 
> --
> John McKown 
> Systems Engineer IV
> IT
> 
> Administrative Services Group
> 
> HealthMarkets(r)
> 
> 9151 Boulevard 26 * N. Richland Hills * TX 76010
> (817) 255-3225 phone * 
> john.mck...@healthmarkets.com * 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
> 
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to