Which LOGMODE TABLE is used for TPX Session Management sessions and where does that table reside: in VTAM (NET) or TPX?
Release: 5.4
Component: TPX for Z/OS
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.
Naming Convention for the LOGMODE Entries:
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.)
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 *
* *
* *
**********************************************************************