FWIW, DBLT was the RCVTID of the DeadBolt security product that Barry 
Schrager once was a part of.

Regards,
John K

Alan Field of the IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu> 
wrote on 02/28/2009 04:20:33 PM:

> Here's a program snippet that should answer your question:
> 
> USING RCVT,R3 
> MVC   MSG+20(4),=C'RACF'        START WITH RACF 
> CLC   RCVTID(4),=C'RCVT'        IS IT RACF? 
> BE    MSGOK 
> MVC   MSG+20(4),=C'TSS '        NOW TRY TOP SECRET 
> CLC   RCVTID(4),=C'RTSS'        IS IT TSS ? 
> BE    MSGOK 
> MVC   MSG+20(4),=C'ACF2'        NOW TRY ACF2 
> CLC   RCVTID(4),=C'ACF2'        IS IT ACF2? 
> BE    MSGOK 
> MVC   MSG+20(4),=C'????'        DON'T KNOW WHAT SYSTEM 
> EQU   * 
> 
> I just verified it works on our TSS and ACF2 systems. I haven't got a
> RACF system to try it on. 
> 
> Alan
> 
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
> Behalf Of John P. Baker
> Sent: Saturday, February 28, 2009 13:49 
> To: IBM-MAIN@bama.ua.edu
> Subject: Determination of the Correct ESM Id
> 
> The presence of CA-Top Secret Security on a system is easily recognized
> through an examination of the RCVTID field, which for IBM's RACF is set
> to
> "RCVT", and for CA-Top Secret Security is set to "RTSS".
> 
> Does CA-ACF/2 set the RCVTID field, and if so, to what?  If not, is
> their
> some other way by which the presence of CA-ACF/2 may be recognized?
> 
> John P. Baker

----------------------------------------------------------------------
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