Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] multi-path table request question

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] multi-path table request question
 Login/Join
 
Gold member
posted
We are upgrading from WF7.1.6 to WF7.7 and so have several years worth of enhancements to absorb.

I've noticed that TABLE requests that would have given me a (FOC030) ALL VERB OBJECTS MUST BE IN THE SAME PATH AS THEIR SORT FIELDS error are now deftly handled by means of a MATCH that is done internally. Unfortunately the MATCH can take considerable time, and a hold file is left lying around. Is this behaviour controllable by means of a switch?

Here's a code example using the CAR file:

-* Setup "DEMO" file for JOINing.
TABLE FILE CAR
SUM
 SALES
BY COUNTRY

SUM
 WEIGHT
BY COUNTRY
BY CAR
ON TABLE HOLD AS DEMO FORMAT FOCUS INDEX CAR
END
-RUN

-* Join to DEMO. Sort verb objects not all on same path.
-* WF7.1.6 gives FOC030. WF7.7 automatically does MATCH.
JOIN CLEAR
JOIN CAR IN CAR TO ALL CAR IN DEMO TAG A AS A
TABLE FILE CAR
SUM
 SALES
BY CAR
BY A.COUNTRY
BY A.WEIGHT

ON TABLE HOLD AS HOLD01 FORMAT ALPHA
END
-RUN

-UNIX ls -lF hold*


WF7.1.6 gives:

0 ERROR AT OR NEAR LINE     31  IN PROCEDURE match   FOCEXEC *
 (FOC030) ALL VERB OBJECTS MUST BE IN THE SAME PATH AS THEIR SORT FIELDS
 hold*: No such file or directory


WF7.7 gives:

0 NUMBER OF RECORDS IN TABLE=       18  LINES=     10

0 NUMBER OF RECORDS SELECTED=       18  LINES=     10
0 NUMBER OF RECORDS SELECTED=       10  LINES=     10
0 LINES OF MATCH OUTPUT     =       10
0 NUMBER OF RECORDS IN TABLE=       10  LINES=     10


 -rw-r--r--   1 muirj    hdrstaff     480 Aug 23 13:34 hold.ftm
 -rw-r--r--   1 muirj    hdrstaff     788 Aug 23 13:34 hold.mas
 -rw-r--r--   1 muirj    hdrstaff     390 Aug 23 13:34 hold01.ftm
 -rw-r--r--   1 muirj    hdrstaff     729 Aug 23 13:34 hold01.mas

This message has been edited. Last edited by: Kerry,


WF 7.1.6 moving to WF 7.7, Solaris 10, HTML,PDF,XL
 
Posts: 83 | Location: Dartmouth Hitchcock Medical Center | Registered: April 17, 2003Report This Post
Expert
posted Hide Post
Are you using APP HOLD apppath?
quote:
... a hold file is left lying around ...
You may want to NOT do that anymore.

What is is that you are attempting to do? What is you desireed end-result?




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] multi-path table request question

Copyright © 1996-2020 Information Builders