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] -READ in InfoAssist.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] -READ in InfoAssist.
 Login/Join
 
Guru
posted
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,


WF 8.1.04,Windows 7,
DataBase: Oracle 11g,Output :Excel,PDF,HTML
 
Posts: 281 | Location: India | Registered: April 21, 2007Report This Post
Expert
posted Hide Post
With the code supplied, my guess is that CAR master file is not in the path.

Also the value stored will be an alpha field, use &TEMP.A2.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Expert
posted Hide Post
Not sure if this was in by 7.6.11, but try this -

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, 2004Report This Post
Platinum Member
posted Hide Post
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
 
Posts: 134 | Registered: November 06, 2007Report 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] -READ in InfoAssist.

Copyright © 1996-2020 Information Builders