Changes the characteristics of a particular field. Format: SET field-name[,...] [/qualifier,...] NOTE: For a complete list of field names, type HELP FIELDS from the command prompt. If the list of fields scrolls off your terminal, enter SET SCREEN=132 or refer to the OpenVMS System Management Utilities Reference Manual. For a list of field names in a particular class, type HELP CLASSES class-name from the command prompt.
1 – Qualifiers
1.1 /FORMAT
Sets the radix to be used to display a particular field. FORMAT applies only to decimal and hexadecimal fields. Ascii fields can not be changed. Format: SET field-name[,...] /FORMAT=radix [/qualifier,...] Note: The HW_VERS field can be displayed in hexidecimal only.
1.2 /WIDTH
Sets the number of columns to use to display a particular field. Specifying a value less than the minimum allowed for a particular field will set the number of columns for that field to the minimum value. Specifying a value greater than the maximum number of columns allowed for a particular field will set the number of columns for that field to the maximum value. Format: SET field-name[,...] /WIDTH=value [/qualifier,...]