Previous Topic: FACILITY Keyword—Specify FacilitiesNext Topic: FDTCODE Keyword—Field Code Data


FAILLOAD Keyword—SIGVER record program definition

Valid on z/OS.

Use the FAILLOAD keyword to specify what would trigger z/OS to fail a program load if an error is encountered during signature verification.

TSS ADD(SIGVER) PROGRAM(PROG01) FAILLOAD(ANYBAD|BADSIGNONLY|NEVER) 
Valid values
ANYBAD

Fails the load on any error.

BADSIGNONLY

Fails the load only if the signature is bad.

NEVER

Never fails the load

Capacity of list

One keyword per SIGVER program entry.

This keyword is used with:

Examples: FAILLOAD keyword

This example adds program PROG01 with ANYBAD attribute of FAILLOAD keyword:

TSS ADDTO(SIGVER) PROGRAM(prog01) FAILLOAD(anybad)