Previous Topic: MAPDATA Keyword—Define MAPDATA FieldNext Topic: MASKDATA Keyword—SDT Record Mask


MAPREC Keyword—Reference MAP Record

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

Use the MAPREC keyword to:

MAP records are used to support SLP records for OTRAN and PPT resources. The screen being protected through SLP is a one‑for‑one relationship to the transaction (OTRAN) or program (PPT). You can only protect one screen per OTRAN or PPT resource.

The administrator can:

If ACCESS is not specified, CA Top Secret defaults to EXECUTE access for both OTRAN and PPT.

When used with ADDTO, this keyword has the following format:

TSS ADDTO(SDT) MAPREC(mapname)
               DESCRIPT(descriptname)
               MAPDATA(fielddefinition)

When used with PERMIT and REVOKE, this keyword has the following format:

TSS PERMIT(acid) [OTRAN(oper)|PPT(oper)]
                  MAPREC(mapname)
                  SELECT(selname)
Capacity of list

One MAP record per TSS command

map‑name

Specifies user‑defined record ID that must be unique for each MAP record that can contain letters, numbers, and special characters.

Range: 1 to 8

This keyword is used with:

Examples: MAPREC keyword

This example creates a MAP record called ENG1 in the SDT:

TSS ADDTO(SDT) MAPREC(ENG1)
               MAPDATA(PAY,5,6,8)

This example grants ALL access to transaction PAYR, provided the selection criteria in SELECT(DEPTREC) yield the value TRUE. The field layout used to interpret this logic is defined in MAPREC(ENG1):

TSS PERMIT(USR01) OTRAN(PAYR)
                  ACCESS(ALL)
                  MAPREC(ENG1)
                  SELECT(DEPTREC)

This example revokes access:

TSS REVOKE(USR01) OTRAN(PAYR)