/SELECT=(keyword[,...]) Allows for the collection of specific object file information and displays the selected keyword items in the order specified. NOTE The /SELECT qualifier can be used on object and image files. The same keywords are valid selections. However, some information can not be in an object, such as the link date and time. Therfore, for some keywords the Analyze utility returns "Unknown.". In the following table, only the keywords (which are useful for object files) and their return values are listed. Analyze creates DCL symbols for all selectable information with the /SELECT qualifier. The symbol names consist of the prefix ANALYZE$ and a descriptive name of the information they hold. The symbol value is the selected information, usually printed to SYS$OUTPUT. Effectively, all of the printed information is duplicated in the symbols. For unselected information, the corresponding symbols will contain the null string. The keywords are as follows: Keyword Description ARCHITECTURE Writes the architecture information into the DCL symbol ANALYZE$ARCHITECTURE. Returns "OpenVMS IA64" if the file is an OpenVMS I64 object file. Returns "OpenVMS Alpha" if the file an OpenVMS Alpha object file. Returns "OpenVMS VAX" if the file is an OpenVMS VAX object file. FILE_TYPE Writes file type information into the DCL symbol ANALYZE$FILE_TYPE. Returns "Object" if the file is an OpenVMS I64, Alpha, or VAX object file.