Previous Topic: PROFILE Keyword—Maintain ProfilesNext Topic: PRXBINDDN Keyword—LDAP Server Distinguished Name


PROGRAM Keyword—Specify SIGVER record program definition

Valid on z/OS.

Use the PROGRAM keyword to define a SIGVER record program name. A single program name is allowed per command.

Note: PROGRAM is also valid as a resource class.

The PROGRAM keyword must be specified when administering the SIGVER record.

The name can contain letters, numbers, or special characters.

Keyword length

One to eight characters.

Capacity of list

One program name per command.

This keyword is used with:

Examples: PROGRAM keyword

This example adds program PROG01 to the SIGVER Record:

TSS ADDTO(SIGVER) PROGRAM(prog01) 

This example removes program PROG01 from the SIGVER Record:

TSS REM(SIGVER) PROGRAM(prog01) 

This example lists the SIGVER entry for program PROG01:

TSS LIST(SIGVER) PROGRAM(prog01)