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)
Fails the load on any error.
Fails the load only if the signature is bad.
Never fails the load
One keyword per SIGVER program entry.
This keyword is used with:
This example adds program PROG01 with ANYBAD attribute of FAILLOAD keyword:
TSS ADDTO(SIGVER) PROGRAM(prog01) FAILLOAD(anybad)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|