Previous Topic: PKCSPASS Keyword—Specify Certificate PasswordNext Topic: PREFIX Keyword—Record Matching by Partial Key


POSIT Keyword—Class POSIT Number

Valid on z/OS.

Use the POSIT keyword to specify the POSIT number associated with the class. The POSIT identifies a unique set of options associated with a resource class. There are 1024 POSIT numbers that can identify 1024 sets of option flags. Installations can specify POSIT numbers 19-56 and 128-527. Numbers 0-18, 57-127, and 528-1023 are reserved for IBM use.

This operand may only be specified for user resource classes.

This keyword has the following format:

TSS ADD(RDT) RESCLASS(resource class)
             RESCODE(hex code)
             POSIT(nnnn)
nnnn

Is a decimal value between 19—56, and 128—527.

The keyword is used with:

Example: POSIT keyword

This example defines an RDT POSIT value of 23 for the user resource class:

TSS REPL(RDT) RESCLASS(HRES) POSIT(23)