Access Control Action Set: Syntax
Provides actions for managing user access to resources
isAuthorizedColumns Action
Shows whether access is authorized to columns.
accessControl.isAuthorizedColumns <result=results> <status=rc> /
;
indicates a required parameter
Parameter Descriptions
* caslib="string"
specifies the caslib name.
columns={"string-1" <, "string-2", ...>}
specifies one or more column names.
* permission="MANAGEACCESS" | "READINFO" | "SELECT"
* table="string"
specifies the table name.
isAuthorizedColumns Action
Shows whether access is authorized to columns.
results, info = s:accessControl_isAuthorizedColumns{
}
indicates a required parameter
Parameter Descriptions
* caslib="string"
specifies the caslib name.
columns={"string-1" <, "string-2", ...>}
specifies one or more column names.
* permission="MANAGEACCESS" | "READINFO" | "SELECT"
* table="string"
specifies the table name.
isAuthorizedColumns Action
Shows whether access is authorized to columns.
results=s.accessControl.isAuthorizedColumns(
)
indicates a required parameter
Parameter Descriptions
* caslib="string"
specifies the caslib name.
columns=["string-1" <, "string-2", ...>]
specifies one or more column names.
* permission="MANAGEACCESS" | "READINFO" | "SELECT"
* table="string"
specifies the table name.
isAuthorizedColumns Action
Shows whether access is authorized to columns.
results <– cas.accessControl.isAuthorizedColumns(s,
)
indicates a required parameter
Parameter Descriptions
* caslib="string"
specifies the caslib name.
columns=list("string-1" <, "string-2", ...>)
specifies one or more column names.
* permission="MANAGEACCESS" | "READINFO" | "SELECT"
* table="string"
specifies the table name.
Last updated: July 15, 2026