IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Show all active TSO user


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed Nov 12, 2014 8:55 pm
Reply with quote

Don't know where you can find them, but you can get descriptions of the fields from: From a DA OTSU panel hit F1:
Code:
HELP                 HELP: Display Active Users Panel
COMMAND INPUT ===>

        Select a topic by number, or press Enter to view them in sequence.

         1 - Introduction to the DA panel
         2 - Syntax of the DA command
         3 - Action characters: display output, cancel jobs, etc.
         4 - Fields on the DA panel
         5 - Overtyping fields to change their values
         6 - Commands: limit jobs displayed, search, etc.

        These topics are displayed only if selected:

        97 - What's new
        98 - Search and navigate the help
        99 - Messages



F1 = Help             F10 = Previous          Enter = Forward
F3 = Exit              F7 = Up                TOC = Menu

Option 4 will tell you.
Back to top
View user's profile Send private message
B.Fischer-Bossert

New User


Joined: 06 Nov 2014
Posts: 8
Location: Germany

PostPosted: Thu Nov 13, 2014 5:03 pm
Reply with quote

Thank you, but that "ProcStep" means the session's terminal ID on TSO sessions is nothing new to me.
I want to get the information what I can find only on this VTAM command (TATOG072 is listed as "ProcStep"):
and
D NET,SESSIONS,LIST=ALL
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = SESSIONS 704
IST873I PLU SLU SID STATUS
IST874I DEVISAFF.NDMT DEVISAFF.NDMTI001 D17F2A912103DAA9 ACTIV
IST874I DEVISAFF.TSOT01 DEVISAFF.
TATOG072 D17F2A912103DAA6 ACTIV
...
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Thu Nov 13, 2014 5:54 pm
Reply with quote

The VTAM session ID is in the "Terminal Status Block" (TSB). It won't do the Rexx user much good; the TSB is in protected storage.

In Assembler code, when you see something like

ICM 5,B'1111',ASCBCSCB-ASCB(4)

it's equivalent to

USING ASCB,4
ICM 5,B '1111',ASCBCSCB
DROP 4

Many Assembler programmers prefer one line rather than the USING ... DROP sequence
Back to top
View user's profile Send private message
B.Fischer-Bossert

New User


Joined: 06 Nov 2014
Posts: 8
Location: Germany

PostPosted: Thu Nov 13, 2014 6:47 pm
Reply with quote

Thank you, it's more than 20 years that I was involved in assembler coding ... and I forgot some details.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Running a Job with the Default User ID JCL & VSAM 2
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top