Previous Topic: RESPOST - Resource Post ValidationNext Topic: RESXMEM - Resource Validation Cross Memory Mode


RESPOSTX - Resource Post Validation Cross Memory Mode

For resource classes with the EXIT attribute in the RDT (except DATASET and VOLUME) when in a cross memory environment. This exit point does not apply to resources not included in the RDT. (For example, LCF, UR1, UR2, and USRCLASS.) The RDT NOEXT attribute is the default. No SVC’s may be issued and no I/O may be performed in this exit.

Parameters

TXA#RESN

@ Resource name (ENTITY from RACFPL) This pointer addresses a 256 byte area. The name is left justified and padded with nulls.

TXA#ACC

@ Requested access level (two bytes)

TXA#RTYP

@ 1-byte Resource type (RDT RESCODE) If the RESCLASS is defined with a rescode > x'FF', TXA#RTYP will contain x'FF' and TXARTYP2 must be used to locate the resource type.

TXARTYP2

@ 2-byte Resource type (RDT RESCODE) This pointer is only valid when TXA#RTYP=x'FF'.

Output

$TXARAUD

Flag indicating that a user or session job should be audited. This flag is part of TXARIND and must have an OR function applied with field TXARIND to be set.

Return Codes

00

Normal continuance.

04

Fail request.

08

Continue without further checking.