Example 2: Ignoring an Error
With $ZTRAP: Set $ZTRAP="Quit"
With $ETRAP: Set $ETRAP="Set $ECODE="""" Quit"
Note that, while it is not necessary to SET $ECODE="" when using $ZTRAP it is advisable to do it in order to permit mixing of the two mechanisms.