| Author |
Message |
tvmkishore
New User
Joined: 19 Nov 2005 Posts: 11
|
|
|
|
Dear colleague,
How can I get the status of a user or task weather it is active or not?
My requirement is in the application program I need to check weather a particular user is active (logged on or not) in CICS or not.
I think it can be done by EXEC CICS INQUIRE, but can any body give the complete syntax. |
|
| Back to top |
|
 |
References
|
Posted: Tue May 06, 2008 4:07 pm Post subject: Re: How can I get the status of a user |
 |
|
|
 |
Bill O'Boyle
Active User
Joined: 14 Jan 2008 Posts: 138 Location: Orlando, FL, USA
|
|
|
|
Review the INQUIRE REQID command, which can be found in the CICS "System Programming Reference" manual for your given version/release.
Note that this (like many other INQUIRE, SET, etc, commands) are "SP" (System Programmer) commands and require that the program be translated (not compiled) using the "SP" translator option.
Some shops don't allow application programs to issue "SP" commands and hence, the reason for this "Heads-Up".
Regards,
Bill |
|
| Back to top |
|
 |
Splitted: Wed May 07, 2008 5:28 am by dick scherrer From Topic how we can see the fct entries (CICS) |
|
|