Print Page as PDF
XUVERIFY ICR (10051)

XUVERIFY    ICR (10051)

Name Value
NUMBER 10051
IA # 10051
DATE CREATED 2003/07/29
CUSTODIAL PACKAGE KERNEL
CUSTODIAL ISC San Francisco
USAGE Supported
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE XUVERIFY
NAME XUVERIFY
ORIGINAL NUMBER 10051
GENERAL DESCRIPTION
Utilities to check access and verify codes.
STATUS Active
ID XUVERIFY
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
XUVERIFY
Verify Access & Verify codes Calling this routine
from the top gives an interactive request for the users Access and/or Verify
codes.

The variables % and %DUZ must be set before running this program   % - may
equal "A","V" OR both "AV"
%DUZ - must equal the users DUZ

After the program is run % will return -1,0,1,2
if %=-1 an "^" was entered  if %=0 an "?" was entered
if %=1 the Code typed was correct
if %=2 the Code was typed incorrectly
VARIABLES TYPE VARIABLES DESCRIPTION
% Both
On input % - may equal "A","V" OR both "AV"

On return
if %=-1 an "^" was entered
if %=0 an "?" was entered
if %=1 the Code typed was correct
if %=2 the Code was typed incorrectly
%DUZ Input

%DUZ - must equal the users DUZ
$$CHKAV
This entry point accepts a string containing the
access and verify codes entered by the user, delimited by a semi-colon; the
pointer to the user in the New Person file #200 is returned if successfully
validated, otherwise a zero is returned.  Usage  S
USER=$$CHKAV^XUVERIFY(ACCESS_";"_VERIFY)
VARIABLES TYPE VARIABLES DESCRIPTION
AVCODE Input
This value is the access and verify codes entered by
the user, delimited by a semi-colon.
$$CHKAV Output
The IEN to file 200 is returned if successful,
otherwise zero.