Previous Topic: MAXLEN Keyword—Define FDT Maximum LengthNext Topic: MAXTKTLF Keyword—Specify Maximum Ticket Life


MAXLEN Keyword—Define Maximum Permission Length

Valid on z/OS, z/VSE, and z/VM.

Use the MAXLEN keyword to define the maximum permission length for the user resource class being created.

The command has the following format:

TSS ADDTO(RDT) RESCLASS(resource name)
               RESCODE(hex code)
               MAXLEN(maxpermit)
maxpermit

A decimal value between 1 and 255 (rescode 01‑3F) or 2 and 255 (rescode 101‑13F).

This keyword is used with:

Example: MAXLEN keyword

This example defines an RDT field length of 17:

TSS ADDTO(RDT) RESCLASS(#PRODUCT)
               RESCODE(03F)
               MAXLEN(17)