View previous topic :: View next topic |
Author |
Message |
Nimesh Srivastava Beginner

Joined: 22 Jul 2003 Posts: 13 Topics: 8
|
Posted: Fri Oct 31, 2003 1:59 am Post subject: Verifying Userid's from CICS |
|
|
Hi,
I am trying to invoke CICS API
EXEC CICS VERIFY PASSWORD(verifyPasswd) USERID(verifyUserid)
RESP(respcode);
what I want to know various types of RESP I may get? and where can I see these responses, for e.g. password expired
waiting for an reply
Regards,
Nimesh |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Fri Oct 31, 2003 3:48 am Post subject: |
|
|
Hi
You can find the answers in the fine manual.
O.
________
Dodge EV specifications
Last edited by ofer71 on Sat Feb 05, 2011 11:07 am; edited 1 time in total |
|
Back to top |
|
 |
Nimesh Srivastava Beginner

Joined: 22 Jul 2003 Posts: 13 Topics: 8
|
Posted: Fri Oct 31, 2003 3:54 am Post subject: |
|
|
Thanks a lot !!! |
|
Back to top |
|
 |
help_me Beginner
Joined: 03 Oct 2003 Posts: 11 Topics: 4
|
Posted: Tue Nov 11, 2003 1:22 pm Post subject: |
|
|
Hi,
Following are the RESP u get when u execute VERIFY Password
You need to handle these conditions
Conditions:
INVREQ, NOTAUTH, USERIDERR
Hope this is useful.
Rgds
Srinivas |
|
Back to top |
|
 |
|
|