Image description: IGYTSALE input data format
This image shows three sample records that illustrate the format of input data for the sporting goods sales application.
The following table describes the customer record.
Position | Length | Explanation | Sample content |
---|---|---|---|
1 | 1 | Record type | C |
2 | 2 | Customer code | 10 |
4 | ? | Customer name | The Sportsman |
The following table describes the product record:
Position | Length | Explanation | Sample content |
---|---|---|---|
1 | 1 | Record type | P |
2 | 2 | Product code | 04 |
4 | 20 | Product description | Basketballs |
24 | 7 | Product unit price | 0002220 |
The following table describes the sales record:
Position | Length | Explanation | Sample content |
---|---|---|---|
1 | 1 | Record type | S |
2 | 4 | Salesperson number | 1122 |
6 | ? | Salesperson name | Chuck Morgan |
? | 6 | Date of hire | 052780 |
? | 6 | Commission rate | 084425 |
Return to Input data for IGYTSALE.
End of image description.