View previous topic :: View next topic
|
Author |
Message |
tinku
New User
Joined: 15 Jan 2006 Posts: 4
|
|
|
|
IF i have one of my team mate in a previous
shift than me .., and when i come onto the system How
do i know that the earlier person had logged off from
his ID or not? |
|
Back to top |
|
|
anuradha
Active User
Joined: 06 Jan 2004 Posts: 247 Location: Hyderabad
|
|
|
|
Generally if one has SDSF facility we can find out whether a person is in mainframe session thru Spool. |
|
Back to top |
|
|
khamarutheen
Active Member
Joined: 23 Aug 2005 Posts: 677 Location: NJ
|
|
|
|
Hi Anu,
Quote: |
Generally if one has SDSF facility we can find out whether a person is in mainframe session thru Spool. |
I cant get ur point can u explain in detail? |
|
Back to top |
|
|
Rupesh.Kothari
Member of the Month
Joined: 27 Apr 2005 Posts: 463
|
|
|
|
HI khamarutheen,
Quote: |
Generally if one has SDSF facility we can find out whether a person is in mainframe session thru Spool. |
Anu wants to tell you that, you can check whether teh person is logoff his/her id from mainframe. Juts follow the following steps
Go to you SDSF
Enter
and
It will give you all the job name.
After that you can check specific Id.
If you will get the job name =KOthari it means Kothari is still actiove.
Hope it clear.
Regards
Rupesh |
|
Back to top |
|
|
priyesh.agrawal
Senior Member
Joined: 28 Mar 2005 Posts: 1448 Location: Chicago, IL
|
|
|
|
Another way can be sending a quick message to the user thru TSO.
Regards,
Priyesh. |
|
Back to top |
|
|
anuradha
Active User
Joined: 06 Jan 2004 Posts: 247 Location: Hyderabad
|
|
|
|
priyesh.agrawal wrote: |
Another way can be sending a quick message to the user thru TSO.
Regards,
Priyesh. |
But priyesh! Is this true always? In our shop we can get an immediate message saying the user is offline. I heard that it depends on settings and one can send messages to the users even if they are offline. And the users can see the message later when he/she logs in! |
|
Back to top |
|
|
Bitneuker
CICS Moderator
Joined: 07 Nov 2005 Posts: 1104 Location: The Netherlands at Hole 19
|
|
|
|
Anu,
Check HELP SEND in TSO. There are different ways in sending the message. You yourself decide whether tou want immediate respond or not. In fact this method I always use to find out if somebody is logged on to TSO.
Cheers, |
|
Back to top |
|
|
khamarutheen
Active Member
Joined: 23 Aug 2005 Posts: 677 Location: NJ
|
|
|
|
Hi All,
Thanks For clearing me. But u all r saying that the way to find out the job id by that person in spool area. Actually the query by tinku is to found wheather the user has been logged off from the session or not? |
|
Back to top |
|
|
Bitneuker
CICS Moderator
Joined: 07 Nov 2005 Posts: 1104 Location: The Netherlands at Hole 19
|
|
|
|
Well then, how about this one? Tried to find out whether my collegue is logged on:
se 'are you logged on?' user($$ext3)
USER(S) $$EXT3 NOT LOGGED ON OR TERMINAL DISCONNECTED, MESSAGE CANCELLED
READY |
|
Back to top |
|
|
anuradha
Active User
Joined: 06 Jan 2004 Posts: 247 Location: Hyderabad
|
|
|
|
khamarutheen wrote: |
Hi All,
Thanks For clearing me. But u all r saying that the way to find out the job id by that person in spool area. Actually the query by tinku is to found wheather the user has been logged off from the session or not? |
Hmm.Looks u didn't get the point. Let me explain you. Just go to the spool saying
Then suppose the person's userid whom you want to find out whether he is logged off is ABCD123 then:
say:
in spool. If he/she is online u will get one listed job. Otherwise u won't find any job in the spool.
Regarding sending the message it depends on settings AFAIK. This works in our shop.
If we try to send any message to the user who is logged off we will get the following message:
" IKJ55072I USER(S) ABCD123 NOT LOGGED ON OR TERMINAL DISCONNECTED, MESSAGE CANCE
LLED
*** "
HTH, |
|
Back to top |
|
|
khamarutheen
Active Member
Joined: 23 Aug 2005 Posts: 677 Location: NJ
|
|
|
|
Hi Anu,
S, I got the point. I didn't understood that query. Thanks for explaining in Detail. Let me Check in my Shop. |
|
Back to top |
|
|
tinku
New User
Joined: 15 Jan 2006 Posts: 4
|
|
|
|
Hi guys,
Thanks for your valuable information. |
|
Back to top |
|
|
|