Previous Topic: DEPARTMENT Keyword—Department ACID AssignmentNext Topic: DFLTGRP Keyword—ACID Default Group


DESCRIPT Keyword—List Description

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

Use the DESCRIPT keyword to:

This keyword has the following format:

TSS ADDTO(SDT) [CALENDAR(calname)]
               DESCRIPT(descriptname)
               [MAP(mapname)]
               [MASK(maskname)]
               [RLP(recordname)]
               [SELECT(selectname)]
               [TIMEREC(timename)]
descript‑name

User‑description field that permits the administrator to apply a logical name to this particular record. If the description field contains blanks, enclose it in single quotes.

Length: Up to 32 characters

This keyword is used with:

Example: DESCRIPT keyword

This example creates a calendar for the present year with a user‑description field called PAYROLL CALENDAR:

TSS ADDTO(SDT) CALENDAR(CAL1)
               DESCRIPT('PAYROLL CALENDAR')