Previous Topic: SIGNWITH Keyword—Specify a Private Key to Sign a New CertificateNext Topic: SITRAN Keyword—CICS Automatic Transaction


SIGREQ Keyword—SIGVER record program definition

Valid on z/OS.

Use the SIGREQ keyword to specify if a signature is required for a SIGVER program.

This keyword is optional and has the following format:

TSS ADD(SIGVER) PROGRAM(PROG01) SIGREQ(YES|NO)   
Capacity of list

One keyword per SIGVER program entry.

This keyword is used with:

Examples: SIGREQ keyword

This example adds program PROG01 with signature required attribute to the SIGVER Record:

TSS ADDTO(SIGVER) PROGRAM(prog01) SIGREQ(YES) 

This example modifies program PROG01 with signature not required attribute:

TSS REP(SIGVER) PROGRAM(prog01) SIGREQ(NO)