Previous Topic: ASUSPEND Keyword—Remove SuspensionNext Topic: ATTR Keyword with the FDT—FDT Field Attributes


Examples: ASUSPEND keyword

This example removes the ASUSPEND attribute from an ACID:

TSS REMOVE(ACARP) ASUSPEND

This example removes a temporary suspension that was added with a FOR or an UNTIL keyword, add the FOR or UNTIL keyword onto an ASUSPEND entry. The date or time period specified with a FOR or an UNTIL keyword on a temporary suspension, is not included on the matching ASUSPEND entry. This entry will unsuspend USER01 if it was suspended with FOR:

TSS REMOVE(USER01) ASUSPEND FOR(NNN)

This example unsuspends USER01 if it was suspended with UNTIL:

TSS REMOVE(USER01) ASUSPEND UNTIL(MM/DD/YY)