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(map‑name)
DESCRIPT(descript‑name)
MAPDATA(field‑definition)
When used with PERMIT and REVOKE, this keyword has the following format:
TSS PERMIT(acid) [OTRAN(oper)|PPT(oper)]
MAPREC(map‑name)
SELECT(sel‑name)
One MAP record per TSS command
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:
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)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|