The following example defines the field SALE_PRICE as a REAL (COMP-1) field: 05 SALE_PRICE PIC 9(5) USAGE REAL EDIT_STRING IS $(6). The following example defines the field SALE_DATE as a date field, to be printed in the default format for date fields: 06 SALE_DATE USAGE IS DATE.