How can one list all users in a TPX database.
search cancel

How can one list all users in a TPX database.

book

Article ID: 217448

calendar_today

Updated On:

Products

TPX - Session Management

Issue/Introduction

Is there a simple batch job to list / report all TPX userids.

Environment

Release : 5.4

Component : CA-TPX for Z/OS

Resolution

To generate a list of all users in TPX database, use the following batch statements.

C  THIS SAMPLE TPX BATCH ADMINISTRATION JOB -PRINTS ALL USERIDS       
C                                                                    
EXTRACT GIVING (EXTFILE) USER AND NO SESSIONS (UIDXNAME(--------))   
SET RTITLE1                                                          
' USERID '                                                           
REPORT GIVING (RPTFILE) USING (EXTFILE)                              
((' &UIDXNAME               '))