Previous Topic: SDNFILTR Keyword—Portion of DN for FilterNext Topic: SECLABEL Keyword—Security Labels


SDTFNAME Keyword—Remove SDT Record Field

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

Use the SDTFNAME keyword to remove a field from a MASK, MAP or RECORD in the SDT Record.

This keyword has the following format:

TSS REMOVE(SDT) [MASKREC(maskname)]
                SDTFNAME(datafld1,...datafld5)
                [MAPREC(mapname)]
                RECORD(rlpname) 
data‑fld

Any data field associated with the MAPDATA, MASKDATA, RECDATA and SELDATA fields.

This keyword is used with:

Example: SDTFNAME Keyword

This example removes a MASKDATA field called MASK1 from the PAYMASK SDT MASK record:

TSS REMOVE(SDT) MASKREC(PAYMASK)
                SDTFNAME(MASK1)