CALL DSQAB1E

The syntax description for the stored procedure interface is:

>>-CALL--DSQABA1E--(--userid--,--groupids--,--sqlid--)---------><

The DSQAB1E stored procedure returns the DB2 authorization IDs for the currently running process. The schema name is Q.

userid VARCHAR(130)

The primary authorization ID is returned in the parameter.

groupids VARCHAR (32672)

The secondary authorization IDs are returned in this parameter.

Each authorization name is converted from a varchar data format and into a single string structure. The calling program must interpret the content of the character string to obtain the individual authorization names.

sqlid VARCHAR (130)

The current SQL authorization ID is returned in this parameter.

[ Previous Page | Next Page | Contents | Index ]