Step 1. Create the File Definition
REP011 - Repository Summary
In this step you will create an employee holiday file which will contain the details of the employees' holidays.
1. Create a file called iiiEmpHolidays, Employee Holidays. Make it RDMLX enabled.
2. Using the Multi-Add Fields option in the file, add these real fields to the file:
Don't forget to define the key fields.
iiiEmpHolidays |
Employee Holiday File |
Type |
Length |
Key |
iiiEmployNumber |
Employee number |
Alpha |
2 |
1 |
iiiHolCode |
Holiday Code |
Alpha |
3 |
2 |
iiiHolStartDate |
Holiday Start Date |
DateTime |
26 |
|
iiiHolEndDate |
Holiday End Date |
DateTime |
26 |
|
iiiHolComments |
Holiday Comments |
String |
512 |
|