Exit 1Z0-242 PeopleSoft Application Developer II: Application Engine & Integration
Question 1 of 5
0% complete
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.

  • A

    The file layout will contain two segments. One using the record field PSCAMA.AUDIT_ACTN and the
    other the record fields from PERSON - EMPLID, NAME, STREET, CITY, and STATE.

  • B

    The file layout will contain one segment for PSCAMA.AUDIT_ACTN and one child segment for PERSON.

  • C

    The File Record ID in the File Layout Segment Properties for the PSCAMA segment will be 001.

  • D

    The File Record ID in the File Layout Segment Properties for the PSCAMA segment will be 999 and for PERSON 001.

  • E

    The File Record ID in the File Layout Segment Properties for the PSCAMA segment will be 999 and no

    File Record ID is needed for PERSON.

Previous Next