Which LOGMODE TABLE is used for TPX Session Management sessions and where does that table reside - in VTAM (NET) or TPX?
search cancel

Which LOGMODE TABLE is used for TPX Session Management sessions and where does that table reside - in VTAM (NET) or TPX?

book

Article ID: 11282

calendar_today

Updated On:

Products

TPX - Session Management Vman Session Management for z/OS

Issue/Introduction

Which LOGMODE TABLE is used for TPX Session Management sessions and where does that table reside: in VTAM (NET) or TPX?

Environment

Release: 5.4

Component: TPX for Z/OS

Resolution

TPX has its own LOGMODE table and does NOT use the IBM/VTAM logmode table. Please refer to the Copy the LOGMODE Tables.

Once the TPX LOGMODES have been included in SYS1.VTAMLIB, TPX will then use the LOGMODES in VTAM (SYS1.VTAMLIB);

TPX does not use the LOGMODES directly from the TPX LOADLIB. The LOGMODES are delivered in the TPX LOADLIB so that you can copy them (and not have to reassemble them) into SYS1.VTAMLIB.

  • Refer to member CB0VJCL(LOGMODE) for JCL to copy the LOGMODES from the TPX LOADLIB to SYS1.VTAMLIB.

Naming Convention for the LOGMODE Entries:  

  • T327xMy - where x = Type (8 or 9), y = Model Number (1,2,3,4 or 5)
  • T327xMye - where x = Type (8 or 9), y = Model Number (1,2,3,4 or 5), e = "E" - Extended

Source for the TPX LOGMODE definitions are provided in the sample library CB0VSRC: members TPXLGMD2, TPXLGMD3, TPXLGMD4, TPXLGMD5 and TPXLGMOD.  (All members in CB0VSRC are identical.)

Additional Information

Copy the LOGMODE Tables

 

From CB0VSRC(TPXLGMOD):

***********************************************************************
*                                                                     *
*                                                                     *
*        THE NAMING CONVENTION FOR THE ENTRIES IS AS FOLLOWS          *
*                                                                     *
*        T327XMY                                                      *
*        -------                                                      *
*            | |                                                      *
*            | +--------- Y = MODEL NUMBER (1,2,3,4 OR 5)             *
*            |                                                        *
*            +----------- X = TYPE (8 OR 9)                           *
*                                                                     *
*                                                                     *
*        EXTENDED DATA STREAM DEVICES ARE DESCRIBED AS FOLLOWS:       *
*                                                                     *
*        T327XMYE                                                     *
*        --------                                                     *
*            | ||                                                     *
*            | |+-------- E => "EXTENDED"                             *
*            | |                                                      *
*            | +--------- Y = MODEL NUMBER (1,2,3,4 OR 5)             *
*            |                                                        *
*            +----------- X = TYPE (8 OR 9)                           *
*                                                                     *
***********************************************************************
*                                                                     *
*                                                                     *
*   CRT SCREEN SIZE DEFINITION:                                       *
*                                                                     *
*     MODEL  DEFAULT  ALTERNATE  PSERVIC (6-9)                        *
*     -----  -------  ---------  -------------                        *
*       1    12 X 40   12 X 80     0C280C50                           *
*       2    24 X 80   24 X 80     18501850                           *
*       3    24 X 80   32 X 80     18502050                           *
*       4    24 X 80   43 X 80     18502B50                           *
*       5    24 X 80   27 X 132    18501B84                           *
*                                                                     *
*                                                                     *
**********************************************************************