Previous Topic: SITRAN Keyword—CICS Automatic TransactionNext Topic: SMSAPPL Keyword—Maintain Default SMS Application


SMASYS and SMANODE Keywords—Startup, Recovery, and Thread Options

Valid on z/OS.

Use the SMASYS/SMANODE keywords NDT record entries to define:

This keyword has the following format:

TSS ADD(NDT) SMASYS(sysid)
             RECOVERYDSN(dsname)              
             RECVDSN(Recovery DSN)
Recovery DSN

Specifies the data set used by the CA Top Secret Management Architecture recovery process at SMA initialization. The recovery file must be created, initialized, and catalogued before starting CA Top Secret Management Architecture. Use the the INITSMAR job in the SAMPJCL library to create the Management Architecture recovery file.

The recovery file cannot be shared among systems may not be used for LDS processing.

Size: 44 bytes

ACTIVE(YES|NO)

Indicates the System Management Architecture record is active and communication with the System Management Architecture server specified is attempted.

SMAPSWD(SMA password)

Indicates the application password used with the APPLID and CREDENTL fields for binding to the System Management Architecture server. This field cannot be modeled. This field allows mixed case characters.

Size: 128 bytes

SMAAPPL(Application ID)

The application ID is generated when an application is registered to System Management Architecture.

THRDNUM(number of threads)

The number of threads the address space generates.

Range: 1 to 100

Default: 10

SMACRED(SMA credentials)

The credential generated when an application is registered to System Management Architecture.

Example: SMASYS keyword

This example defines the remote System Management Architecture host for a SMASYS:

TSS ADDTO(NDT) SMASYS(sysid)
               SMANODE(nodename)
               ACTIVE(yes|no)
               SMACRED(SMA credentials)
               SMAPSWD(SMA password)
               SMAAPPL(Application ID)
               THRDNUM(number of threads)