home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / 3x400 / chkobjex.lzh / CHKOBJEX.TXT < prev    next >
Text File  |  1987-08-20  |  1KB  |  30 lines

  1.      *     CHKOBJEXT Command
  2.      *     Check that objects exist for members in a source file.
  3.      *     Written, concieved and delivered by Hal Leahy
  4.  
  5. This command processes a source file to determine if an object exists
  6. for members in a source file. The command produces a list of the
  7. objects not found or to which the user is not authorized.
  8.  
  9. The command treats an object compiled with a name different from
  10. the member name as an error. This condition occurs quite frequently
  11. when analyzing command sources.
  12.  
  13. The command will verify the existence of and your authority to use
  14. the object search library, the source library and the source file
  15. before it processes the members.
  16.  
  17. The command uses the following parameters:
  18.   PARM      DESCRIPTION
  19.   FILE      Qualified name of the file.
  20.             File name does not have to be an IBM
  21.             source file name.
  22.             Permissable values of library qualifier:
  23.             name - actual library name
  24.             *LIBL - Jobs library list
  25.   LIB       Object search library. Library to be searched for
  26.             the compiled object.
  27.             Valid values for the object search library:
  28.             name - actual library name
  29.             *LIBL - Jobs library list
  30.