Clear

The CLEAR command removes active LOCKs. The format of the CLEAR command is:

        C[LEAR] [-qualifier...]
        
            
            LKE> clear -pid=2325 -interactive
            

This command presents all LOCKs held by the process with a PID equal to 2325. You can choose whether or not to clear each LOCK.

The optional CLEAR command qualifiers are:

        -A[LL]

        -L[OCK]

        -[NO]C[RIT]

        -[NO]I[NTERACTIVE]

        -O[UTPUT]="file-name"

        -P[ID]=pid

        -R[EGION]=region-name
        

By default, CLEAR operates interactively (-INTERACTIVE).