Hi, there is a COBOL application which is supposed to do TCP/IP calls nowadays. When starting the application (TCPIPAPP) it requests READ access to the following datasets: SYS1.TCPIP.HOSTS.SITEINFO SYS1.TCPPARMS The application is started with the callers Userid. RACF people don't like to grant generic READ permission to all users. Is there any other solution? Could something like that be used to only allow that specific program access to TCP/IP? PERMIT 'SYS1.TCPPARMS' CLASS(DATASET) ID(*) ACCESS(READ) WHEN(PROGRAM(TCPIPAPP)) Are there better solutions, ideas for that? Thanks, Denis. ________________________________________________________________________ Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.
---------------------------------------------------------------------- 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

