AMT Help Files
Home Development Command Translation CICS Commands VERIFY PASSWORD

VERIFY PASSWORD

Obsolete function
This function is obsolete in AMT, it is only created to set correct response codes.
COBOL Java
EXEC CICS VERIFY PASSWORD ibmCics.verify

Syntax

ibmCics.verify (<UserId>, <Password>);

Parameter(s)

<UserId>
The user ID.
<Password>
The password.

Example(s)

COBOL Java
EXEC CICS
    VERIFY PASSWORD(WS-DATA)
        USERID(WS-USER)
END-EXEC.
                
ibmCics.verify(locDef.ws_User, locDef.ws_Data);
                

Contents

 Go to top