As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I have tried to save both the hold files a couple of ways - once as an ALPHA file with MFD, and once as a FOCUS database. Either way, here is the code:
TABLE FILE ONE field1 filed2 by field3 on table hold as thold0 end -* TABLE FILE TWO fielda fieldb by fieldc on table hold as thold1 end
That's all the code I can enter. When I select the MATCH option in Developer studio, that's when I get the parsing error:
"Error Parsing Master File THOLD0 (0).
That's the only error I get.
Posts: 12 | Location: Omaha, NE | Registered: September 12, 2007
Tom, can you please try the following, doing the match in the same focexec:
TABLE FILE ONE
field1
filed2
by field3
on table hold as thold0
end
-*
TABLE FILE TWO
fielda
fieldb
by fieldc
on table hold as thold1
end
Match file …..
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
Can you please open a case for this one? This way our FOCUS expert can be of better help. To open a case, you may either call at 1-800-736-6130, or access online at InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
Was there a fix or workaround to this issue? I ran into the same problem. I worked around the issue by just coding the MATCH by hand. What in the code was causing the parsing error to make you unable to use the match GUI tool? I have looked all round Focal Point and the internet and in all cases they mentioned opening a case.
I don't see any verb in your TABLE requests, so they can't go very far. And of course WF isn't fond of lowercase code. Please post the actual TABLE and MATCH fex code.
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005