TPX Session Management for z/OS

 View Only
  • 1.  Copy usersessions

    Posted Oct 22, 2019 09:06 AM
    I need help to the correct syntax for a batch copy of usersessions.
    I want to copy all sessions for user 1 to user 2 - is that possible?
    Alternatively is it possible to rename a user in batch?

    Svend


  • 2.  RE: Copy usersessions
    Best Answer

    Broadcom Employee
    Posted Oct 23, 2019 09:07 AM
    Hi Svend,
    The correct syntax for copying usersessions is

    COPY USER USER1 TO (USER2 USER3)

    When the COPY statement is executed, USER2 and USER2 are added to the administration database. Their user definitions, sessions, and profiles are the same as those for USER1. 
    Please open a support ticket in support online the errors you are getting TPBL1000 10/22/19.295 12:38:20.11 COPY TPX USERSESSION ZEDBSSP   (T01SOKK *)  
    .TPBL1015 10/22/19.295 12:38:20.11 PARAMETER LESS THAN MINIMUM          

    Thanks,
    Elayne




  • 3.  RE: Copy usersessions

    Posted Oct 23, 2019 09:46 AM
    Oh, the sessions are also copied with the COPY USER command?
    Then I am done!

    Thanks, Svend