Previous Topic: Add Multiple Users in Batch AdministrationNext Topic: Add Users and Profiles


Example

This example adds USER1 and adds two CA TPX sessions.

SET MASKCHAR '!'
ADD TPX USER        (USER1 (UIDXGRP  (ADMINGRP)
                            UIDXTOU1 (60)
                            UIDXTOP1 (K)))
 
ADD TPX USERSESSION (USER1 TSO-20 (UENTAPPL (TSO-20)
                                   UENTSCRP (TSOSTRT)
                                   UENTSCRT (TSOTERM)
                                   VSESLABL ('TSO for Reports'))
                     USER1 CICS-1 (UENTAPPL (CICS-1)
                                   UENTSCRP (CICSSTRT)
                                   UENTSCRT (CICSTERM)
                                   VSESLABL ('Test CICS')))