When I run this code:
I get this error message. It happens with and without a period after /ByVoterID. What do I have to change to avoid this error?
Also: What do I do to make the matched file include all the records from both original files, and a blank for all of the fields that do not match the other file, except for the VoterID field?
I read an IBM website that calls this and "a Full Outer Joint," but does not explain how to accomplish it. And I searched for Outer Joint on the PSPP documentation and did not find it.
The function of a Merge node is to take multiple input records and create a single output record containing all or some of the input fields. This is a useful operation when you want to merge data from different sources, such as internal customer data and purchased
demographic data.
www.ibm.com
|