Q1
Multiple choice
You are expecting a flat file from a third-party system. The file contains information to populate a table on your HCM system. But the data being supplied will contain only a few of the record fields in the PERSON table defined in your HCM system. Further, the file has a control file field that will indicate whether to add, change, or update the information.
The file format is:
999 A /* Indicates the action to take */
001 1000 Smith,John 123 Easy Street Easy City CA /*Actual Data*/ 999 C 001 1020 Jones, Tom 1024
Hard Life Street Hardknocks NJ
Which are the two choices to define the file layout? (Choose two.)
Select all that apply.