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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Join and USE
 Login/Join
 
<Unfocused>
posted
I'm having problems reporting with a join file. All is ok if this is used-:
TABLE FILE &ROC
PRINT *

But outputting specific fields like this-:

TABLE FILE &ROC
PRINT &ROC|.POLICY, &ROC|.STAT, &ROC|.UPD_DAYS, FNET.FNET_DATE

then reports the following error-:

1
0 NUMBER OF RECORDS IN TABLE= 3524 LINES= 3524
0
(FOC441) WARNING. THE FILE EXISTS ALREADY. CREATE WILL WRITE OVER IT
0 ERROR AT OR NEAR LINE 305 IN PROCEDURE ADHOCRQ FOCEXEC *
(FOC003) THE FIELDNAME IS NOT RECOGNIZED: GL93.POLICY,
BYPASSING TO END OF COMMAND
(FOC009) INCOMPLETE REQUEST STATEMENT
---------------------------------------------
======================================
Init stuff is
APP DISABLE
-SET &FILEDIR = D:\WEBFOCUS\APPS\ET;
FILEDEF HOLDMAST DIR &FILEDIR
-RUN
======================================


USE
&FILEDIR|\&ROC|.FOC NEW
END

TABLE FILE T3
PRINT *
ON TABLE HOLD AS &ROC FORMAT FOCUS INDEX POLICY
END
-RUN

USE
&FILEDIR|\&ROC|.FOC
&FILEDIR|\FNET.FOC
END

JOIN POLICY IN &ROC TO ALL POLICY IN FNET AS J1

USE
&FILEDIR|\&ROC|.FOC
&FILEDIR|\FNET.FOC
END

TABLE FILE &ROC
PRINT &ROC|.POLICY, &ROC|.STAT, &ROC|.UPD_DAYS, FNET.FNET_DATE
END
-RUN
 
Report This Post
Guru
posted Hide Post
DaveS,
To stop getting error FOC003 you will need to remove the comma.

This will get error FOC003:
TABLE FILE CAR
PRINT RETAIL_COST, DEALER_COST, COUNTRY, CAR
END

This will not get error FOC003:
TABLE FILE CAR
PRINT RETAIL_COST DEALER_COST COUNTRY CAR
END
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report This Post
<Unfocused>
posted
Thanks that worked perfectly.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders