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.
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,...]