Is it necessary to recycle TPX after assembly and linkedit of a TPX logmode table?
search cancel

Is it necessary to recycle TPX after assembly and linkedit of a TPX logmode table?

book

Article ID: 49587

calendar_today

Updated On:

Products

TPX - Session Management

Issue/Introduction

 The delivered TPX logmode tables are: TPXLGMD2, TPXLGMD3, TPXLGMD4, TPXLGMD5, and TPXLGMOD.

Sample source is found in library CB0VSRC with corresponding assembled and linked version in CB0VLOAD.

 

Resolution

 Yes, TPX will need to be recycled after you have reloaded the tables in VTAM.

If you need to alter a logmode table:

  1. Alter / update the Logmode table source.

  2. Assemble and Link the Logmode table.

  3. Copy new LOAD module into VTAMLIB.

  4. Load the modified Logmode table with: MODIFY procname,TABLE--,OPTION=LOAD--,NEWTAB=new_table_name

  5. Recycle TPX.