Previous Topic: Remove Times From TIME RecordsNext Topic: List SDT Record Elements


Delete Record Elements From the SDT

You can delete any record element you defined to the SDT with TSS DELETE(SDT).

Examples: delete a CALENDAR record

This example deletes a specified CALENDAR record for a year other than the current year from the SDT:

TSS DELETE(SDT) CALENDAR(cal‑name) 
                YEAR(yyyy)

This example deletes a specified MAP record:

TSS DELETE(SDT) MAPREC(map‑name)

This example deletes a mask record:

TSS DELETE(SDT) MASKREC(mask‑name)

This example deletes a RLP record

TSS DELETE(SDT) RECORD(rlp‑name)