Field |
Type |
Length |
Start Position |
End Position |
Status |
Comments |
Employee First Name |
Char |
16 |
22 |
37 |
Required |
At least one character, no special characters. |
Employee Middle Name |
Char |
16 |
38 |
53 |
Optional |
Blank Fill, If non-blank must be at least one character, no special characters. |
Employee Last Name |
Char |
30 |
54 |
83 |
Required |
At least one character, no special characters except hyphen. |
Employee SSN# |
Numeric |
9 |
84 |
92 |
Required |
As reported by employee. |
Employee Address Line 1 |
Char |
40 |
93 |
132 |
Required |
At least two characters, left justify. |
Employee Address Line 2 |
Char |
40 |
133 |
172 |
Optional |
Blank Fill, Employee address line 2. |
Employee Address Line 3 |
Char |
40 |
173 |
212 |
Optional |
Blank Fill, Employee address line 3. |
Employee City |
Char |
25 |
213 |
237 |
Required |
At least two characters, no special characters except hyphen. |
Employee State |
Char |
2 |
238 |
239 |
Required |
Valid state or territory abbreviation. Not required for foreign address. |
Employee Postal Code |
Char |
20 |
240 |
259 |
Required |
If a non-foreign address then only U.S. 5 digit zip code, left justified. If foreign address then left justify. |
Employee Zip+4 |
Numeric |
4 |
260 |
263 |
Optional |
Blank Fill, US state and territories only. |
Employee Country Code |
Char |
2 |
264 |
265 |
Optional |
Blank Fill, For foreign addresses only. Refer to U.S. Department of Commerce FIPS code manual, National Institute of Standards and Technology, FIPS PUB 10-4 (April 1995). |
Employee Date of Birth |
Numeric |
8 |
266 |
273 |
Optional |
Blank Fill, If present, numeric. Format - MMDDYYYY. |
Employee Date of Hire |
Numeric |
8 |
274 |
281 |
Required |
Numeric. Format - MMDDYYYY. |
Employee State of Hire |
Char |
2 |
282 |
283 |
Optional |
Blank Fill, Valid state or territory abbreviation. |
Is Medical Insurance Available to Employee? |
Char |
1 |
284 |
284 |
Optional |
"Y" if medical insurance is available to employee, otherwise "N". If unknown, please leave blank. |
Filler |
Char |
1 |
285 |
285 |
Required |
Reserved for future use. |