Detecting physical delete rule violations
When a DLET call is issued, the delete routine scans the physical structure containing the segment to be deleted.
The delete routine scans the physical structure to determine if any segment in it uses the physical delete rule and whether that rule is being violated. The following figure and code sample show an example of violating the physical delete rule.

GHU 'SEG4' STATUS=' '
DLET STATUS='DX'
SEG7 (the logical child of SEG2) uses the physical delete rule and has not been logically deleted (the LD bit has not been set on). Therefore, the physical delete rule is violated. A 'DX' status code is returned to the application program, and no segments are deleted.