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

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

Reference Type: Supported, Category: Signon/Security, ICR#: 10051

Description

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

Format

  $$CHECKAV^XUVERIFY(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^XUVERIFY(<Access and Verify code string>)

String = Access code;Verify code