Page 1 of 1

RACF Transaction ID Verification

PostPosted: Tue Jun 09, 2009 7:57 pm
by texanjohn
I work in a shop using Natural and DB2 running on zO/S. In our on-line environment, the code makes a call to an assembler program that validates that a user-id has authority to perform the transaction id associated with that screen. I am looking for a similar assembler object to perform the same function but not under CICS. I don't know assembler at all, but I see this in the code:

000149          EXEC  CICS QUERY SECURITY     RESTYPE('TRANSATTACH')          *
000150                RESID(RESIDTRN)                                         *
000151                NOLOG                       READ(ACCESS)    NOHANDLE     


We created a batch object that makes a call to this assembler module, but it receives an error. My assumption is that it is because this assembler code was written to perform under CICS. I was hoping someone could tell me what to search for or where to look to create a batch version of this object. I don't even know the right questions to ask.

Thanks.