On Thu, 27 Jul 2017 10:56:06 +0300, ITschak Mugzach <[email protected]> wrote:
>I know. This is a function i'll add if no product that doea that. It is not possible to completely duplicate the checking that RACF will perform except by actually submitting the job and seeing what happens. For one, as others have mentioned, you have no way of accounting for dynamic allocations that may occur, as they are embedded in the program logic and not visible externally before the program runs. For another, some accesses are granted conditionally. One example of that is accesses that are allowed only when the user is running a particular program. As your program is not the one allowed access, if you try to check whether the user has access the answer will be no, but when the job runs the answer will be yes. There are other flavors that you can't easily check, such as access granted but only when the user/job is running on a particular system. -- Walt ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
