Retrieve detailed enqueue information from a PDS or a QSAM data set. The following example displays all current PDS locks:
MFDAS GETENQI PDS *
The result could look something like this:
Lock user=CABR12 ,Data set name=CABR12.ISPF.DOC ,Member name=AST Lock user=CABR12 ,Data set name=CABR12.ISPF.DOC ,Member name=M00001
Which shows that user CABR12 has two members locked in the CABR12.ISPF.DOC PDS.
You can use the UNLOCK command to unlock these, but only if you are the owner, and you should only perform this if you are sure they are locked in error.