Previous Topic: Examples: LNXENTS keywordNext Topic: LTIME Keyword—Minutes Until Terminal Locks


LOADLIB Keyword—Specify SIGVER record program library definition

Valid on z/OS.

Use the LOADLIB keyword to define a SIGVER record program entry qualified by a library and volume. When specifying a LOADLIB, you can specify the data set name and volume name (optional).

The LOADLIB keyword is optional when adding a new program to the SIGVER record, but must be specified when administering or listing an existing program which was defined using a LOADLIB qualification.

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

Keyword length

1-44 characters for the dataset name subfield

6 characters for the volume subfield

Capacity of list

One LOADLIB specification per command.

This keyword is used with:

Examples: LOADLIB keyword

This example adds program PROG01 to the SIGVER Record qualified by data set HLQ.LOADLIB1 on volume VOL001:

TSS ADDTO(SIGVER) PROGRAM(prog01) LOADLIB(hlq.loadlib1,vol001) 

This example removes program PROG01 qualified by data set HLQ.LOADLIB1 on volume VOL001 from the SIGVER Record:

TSS REM(SIGVER) PROGRAM(prog01) LOADLIB(hlq.loadlib1,vol001) 

This example lists the SIGVER entry for program PROG01 qualified by data set HLQ.LOADLIB1 on volume VOL001:

TSS LIST(SIGVER) PROGRAM(prog01) LOADLIB(hlq.loadlib1,vol001)