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.
Hi, I am trying to read a value from CAR file in Infoassist.Code in OTHER section is as :
-DEFAULT &TEMP = '';
TABLE FILE CAR
PRINT SEATS
BY COUNTRY NOPRINT
WHERE COUNTRY EQ 'ENGLAND'
WHERE RECORDLIMIT EQ 1
ON TABLE SAVE AS HLD
END
-RUN
-READ HLD &TEMP.I2.
-TYPE &TEMP
I want to use the &TEMP value to Compute new field in my reporting object master file. But I am getting below error :
Code: 1067 Type: xPropertyValueQuery
(FOC205) THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED: CAR
BYPASSING TO END OF COMMAND
0 ERROR AT OR NEAR LINE 15 IN PROCEDURE abs_by_country_ctd
(FOC339) DIALOGUE MANAGER -READ FAILED: CHECK FILEDEF OR ALLOCATION FOR: -READ
HLD &TEMP.I2.
When I remove -READ line this code works. Can anyopne please suggest where I am going wrong. Please help.
Thanks in advance.This message has been edited. Last edited by: Kerry,
APP PREPENDPATH IBISAMP
TABLE FILE CAR
PRINT SEATS AS TEMP
BY COUNTRY NOPRINT
WHERE COUNTRY EQ 'ENGLAND'
WHERE RECORDLIMIT EQ 1
ON TABLE HOLD AS HLD
ON TABLE SET ASNAMES ON
END
-RUN
-READFILE HLD
-? &TEMP
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Bonjour, Please, dear Focus users, don't use a semi-column with -DEFAULTS. -SET and -DEFAULTS are not to be melt in your bains. -SET needs a semi-column in the end and just sets the value of a single DM variables. -Defaults provides a value to a DM Variable, if nor previously setted. You may -Defaults more than one DM Variable on a single line, Comma will separate the different affectations by Default :
-DEFAULTS &QUAL1 = 'OLD', &QUAL2 = 'BORING'
One may be imprecise when playing with Focus, but, sometimes, one may pay the price for it. At least, it's my point of view Cordially and Focusely
Focus Mainframe 7.6.11 Dev Studio 7.6.11 and !!! PC Focus, Focus for OS/2, FFW Six, MSO