lchk

lchk <label name>

@Like fchk, this command is used in if statements. It checks to see whether a particular label (per the character string) has been used/accessed.
lchk *test
-and not-
lchk "*test"
is the correct syntax.