Hi
We have an upgrade to the security attributes to our CICS application. With this we have a requirement to unlock the user id automatically when user is locked out.
Current process :
a. When user is locked out, he needs to wait for 30 minutes to get the CICS session to get logged off in order to establish a new session.
b. OR he can call up the Admin person to unlock the user id.
Requirement :
a. To have a process to unlock the user id automatically when it is locked.
b. To have a process not to allow concurrent sessions for a single user in different terminals.