      *     CHKOBJEXT Command
      *     Check that objects exist for members in a source file.
      *     Written, concieved and delivered by Hal Leahy

This command processes a source file to determine if an object exists
for members in a source file. The command produces a list of the
objects not found or to which the user is not authorized.

The command treats an object compiled with a name different from
the member name as an error. This condition occurs quite frequently
when analyzing command sources.

The command will verify the existence of and your authority to use
the object search library, the source library and the source file
before it processes the members.

The command uses the following parameters:
  PARM      DESCRIPTION
  FILE      Qualified name of the file.
            File name does not have to be an IBM
            source file name.
            Permissable values of library qualifier:
            name - actual library name
            *LIBL - Jobs library list
  LIB       Object search library. Library to be searched for
            the compiled object.
            Valid values for the object search library:
            name - actual library name
            *LIBL - Jobs library list
