Is it possible to activate an ACT (Application Characteristics Table) of a different name than the ACT defined in the TPX PROC/JCL without having to stop and restart TPX?
//TPXZA PROC TPREFIX='TPX.PROD', TPX DATASET NAME PREFIX
// VNODE=APTPXPRD, THE TPX APPL MEMBER IN VTAMLST
// SMRT=SMRTPRD, SYSTEM OPTIONS TABLE
// ACT=ACTPRD, APPL CHARACTERISTICS TABLE
// PRTB=, PRINT DESTINATION TABLE
// VMSK=, VIRTUAL TERMINAL MASKING TABLE
// TMSK=, TERMINAL OPTIONS TABLE
// PPS=, USER PASSTHRU PRINT TABLE
// OVAC=, OV/MVS APPL CONNECTIVITY TABLE
// SAMT=, SECURITY ACTION/MESSAGE TABLE
// MODETAB=, MODE TABLE NAME
// DUMP=X, DUMP SYSOUT CLASS
// OUT=X LOG AND OTHER SYSOUTS
Can I change to a different ACT than the one specified in the CA TPX PROC without having to cycle TPX?
The answer is actually "yes AND no":
So depending upon how the new ACT differs from the original, you may be able to avoid stopping and starting the TPX started task(s).
RELOAD ACT
Reloads an Application Characteristics Table (ACT). All fields in the ACT are updated except the following fields, which are updated only if the application is quiesced:
TPX 5.4 - Operator Commands - RELOAD
TPX 5.4 - Administrating - Applications Characteristics Table (ACT)