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
Hold File
 Login/Join
 
Gold member
posted
TABLE FILE TEST
PRINT
*
ON TABLE HOLD AS xxx
END

If the o/p is stored in hold file, will it get stored to disk or will it be available in the memory? What document will give me this kind of information?
 
Posts: 77 | Registered: December 22, 2004Report This Post
<JG>
posted
WebFocus hold and save files of any format are stored to disk, never to memory.
By default they go into the TSnnnnnn sub-directory to edatemp on the server.
To force them to another location you must filedef the file to the place you want such as

FILEDEF HOLD DISK c:\temp\hold.ftm
-RUN

You will have to copy or move your master as it will disapear at the end of the job.

It's all documented in

Creating Reports With WebFOCUS Language DN4500580.0904 W.ich can be downloaded via the Focal point documentation link.
 
Report This Post
Gold member
posted Hide Post
If multiple users are accessing the procedure which is having intermediate files, will it get overwritten?
 
Posts: 77 | Registered: December 22, 2004Report This Post
<JG>
posted
You only need to use FILEDEF is you want to permanently keep the file.
If the files are only work files intended to exist only for the length of the request, then WebFocus does a dynamic FILEDEF to the working directory.
Every time that a user starts a job on WebFocus it creates a new working directory for the task dynamically under edatemp and so every user has a unique environment and there is no risk of picking up or overwriting other users work files.

If you use manual FILEDEF to a fixed location then the files will be overwritten.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders