Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$CHECKAV^XUSRB(): Check Access/Verify Codes

Reference Type: Controlled Subscription, Category: Signon/Security, ICR#: 2882

Description

The $$CHECKAV^XUSRB extrinsic function checks an Access/Verify code pair (delimited by a semi-colon) and returns whether or not it is a valid pair.

Format

  $$CHECKAV^XUSRB(access_verify)

Input Parameters

access_verify:

(required) This is a string containing the Access and Verify code pair delimited by a semi-colon (i.e., Access code;Verify code).

Output

returns:

Returns:

  • Internal Entry Number (IEN)—Codes are OK.

  • Zero (0)—Codes are not OK.

Example

>S X=$CHECKAV^XUSRB(<string>)

String = Access code;Verify code