Previous Topic: Required REXX ProgramsNext Topic: Step 7: Enter Resource Configuration Values


Step 6: Add SSM Resource Table Columns

SSMGA requires several new columns in SSM resource tables to support the functionality that SSMGA provides. Use REXX program OPSSM2CV to add the required SSMGA columns to SSM resource tables by specifying a parameter of SSMGA(Y).

Strictly local resources that cannot be moved to another system do not require any column changes. Defaults for non-existent columns are supplied for the LST and GST tables.

All system name values in SSMGA are in the form:

sysname.subsys
sysname

Specifies the real z/OS system name.

subsys

Specifies the OPS/MVS subsystem name on the system (usually OPSS).

Movable resources require the following new columns:

PRIMARY_SYSTEM  CHAR(14)      UPPER CASE DEFAULT('*.*')
SSM#CURSYS      CHAR(14)      UPPER_CASE DEFAULT('*.*')
SSM#DESSYS      CHAR(14)      UPPER CASE  DEFAULT('*.*')
SSM#MOVMOD      CHAR(8)       UPPER CASE  DEFAULT('INACTIVE')
SSM#SYSLST      VARCHAR(350)  UPPER CASE 
SSM#GRPLST      VARCHAR(350)  UPPER CASE
AUTOHOME        CHAR(1)       UPPER CASE  DEFAULT('N')

The following list describes the new columns: