<snip>
RACFLEV  = RACFVER || '.' || RACFREL || '.' || RACFMOD          
</snip>

I'm afraid that that is not particularly helpful. That is just 
reformatting the value already provided by &SYSLRACF.
As RCVTVRMN documents, that value does not represent the level of RACF as 
of z/OS 2.2 -- the level of RACF is the level of the operating system.
The level of the operating system is
strip(ECVTPNAM) ||  ' ' || ECVTPVER || '.' || 
ECVTPREL || '.' || ECVTPMOD
and if you simply want something that can be used for "am I at least this 
release" then ECVTPSEQ is the right field to use (01020400 for z/OS 2.4).

Perhaps an analog of what Lionel showed for RACFLEV but instead returning 
OSLEV (or OSSEQ) would be more helpful.

Peter Relson
z/OS Core Technology Design


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to