File Submission Requirments

Data records must be created in compliance with the record formats as described in the following sections. In addition to the data records created, each file must contain a trailer record which must be the last record on the file. The trailer record formats are also described in the following sections. The data for each record must be in an ASCII fixed length format. There must be no delimiting characters between fields. Each record must be terminated with carriage return (CR) and line feed (LF) characters. The CR is one byte (hex 0D) and the LF is one byte (hex 0A). The entire file is then terminated by an end of file character (hex 1A).