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.
MATCH FILE SKF00165 PRINT PAYMENT_TOK BY PAYMENT_TOK NOPRINT RUN FILE SKF0413 PRINT PAYMENT_TOK2 ITEM_TOK BY PAYMENT_TOK2 NOPRINT AFTER MATCH HOLD OLD-AND-NEW END
--------Output for above code--------------- PAGE 1
MATCH FILE HOLD PRINT ITEM_TOK BY ITEM_TOK NOPRINT RUN FILE HAULER_STATEMENTS PRINT CHECK_NUMBER BY CHECK_NUMBER NOPRINT AFTER MATCH HOLD OLD-NOR-NEW END
--------Output for above code--------------- PAGE 1
For starters, the BY fields should have the same name (the referenced FIELDNAME, or the AS name if specified) and similar formats. Otherwise the internal matrices are sorted as specified, but the match is simply on row-number within the two matrices, ignoring the sort-key values.
To see what I mean, remove the NOPRINT, and use OLD-OR-NEW, to see what old and new keys are being paired.
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
MATCH FILE SKF00165 PRINT PAYMENT_TOK BY PAYMENT_TOK AS MYPAYMENT NOPRINT RUN FILE SKF0413 PRINT PAYMENT_TOK2 ITEM_TOK BY PAYMENT_TOK2 AS MYPAYMENT NOPRINT
AFTER MATCH HOLD OLD-AND-NEW END
MATCH FILE HOLD PRINT ITEM_TOK BY ITEM_TOK AS MYCHECK NOPRINT RUN FILE HAULER_STATEMENTS PRINT CHECK_NUMBER BY CHECK_NUMBER AS MYCHECK NOPRINT AFTER MATCH HOLD OLD-NOR-NEW END
Thanks, Sayed
WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE
Posts: 285 | Location: Texas | Registered: June 27, 2006