On Tue, 14 Oct 2008 18:34:59 -0400, Scott Ford <[EMAIL PROTECTED]> wrote:
>All, > >I am in the process of writing an Assembler routine to see if RACF, ACF2 or >Top-Secret are > >running on z/OS. I am confused about where I should find the information. I >have tried looking at > >the RCVT ( desct = ichprcvt ) because I have noticed that on RACF the 1st >four bytes are set to RCVT and > >on ACF2 and Top-Secret it is different. Shouldn't I be able to do the >following: > > > >--- snippet ------ > > > > USING RCVT, R9 > > L R4,RCVTID > > CLC 0(4,R4),=C'RCVT' > > BE FOUND > > > > > >Thanks for the help as always.I am in bring meltdown right now. > > That is where I look in IPLINFO (rexx). RCVT = RACF RTSS = Top Secret ACF2 = ACF2 You can see my code on my web site (url below). Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- 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

