IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    [SOLVED] Data Extract/Save File?
Go
New
Search
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
JI
Member
Posted
We have a VERY large database which has records dating back 8 years. The majority of the reports we run are against the current year
or last year. Thinking it would be beneficial to pull and create an extract with just the data we principally run against.

Know in FOCUS that we could create a SAVE file which would be a sort of permanent-temporary/hold file. Saw in the WebFocus Help that the
SAVE option is available. However, do not understand where this file would be and what format if we created it. Also, the Help
wasn't really helpful with how to create it. Our initial database is a SQL database.

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


version 7.14
Windows and Unix servers
Mostly html, and some excel outputs
 
Posts: 1 | Registered: November 06, 2008Reply With QuoteEdit or Delete MessageReport This Post
Platinum Member
Posted Hide Post
In its simplest form - HOLD creates an output data set AND a data description file; SAVE just creates the output file.

The format is your choice and the location is your choice.

HTH


jimster06

DevStu WF 7.6.1 Tomcat WINXP
HTML, PDF, EXL2K
 
Posts: 152 | Location: USA | Registered: April 15, 2003Reply With QuoteEdit or Delete MessageReport This Post
Platinum Member
Posted Hide Post
I would try to work with the database team to partition the database and put proper indexes before pursuing the FOCUS database path.
You might also need to get your security requirements laid out before you work with the FOCUS database.
For the creation of FOCUS database, you can find some pointers here


Using WF 7.1.7/Dev Studio
 
Posts: 100 | Location: Boston, MA | Registered: July 12, 2005Reply With QuoteEdit or Delete MessageReport This Post
Master
Posted Hide Post
JI,

When you want to report from an extracted file, in almost all cases you should use HOLD and not SAVE, because HOLD also created an accompanying MASTER file.

This being said, how large would be a file of the current year? According to what you say, it would be quite large. What else could you say about the file? For example, if the file contained data pertaining to cities, would the subsequent reports mostly address one city or the whole file? Are there specific data against which IF/WHERE statements are issued?

There are many more considerations which would have an impact on the structure of the extracted file and how to build it.

So, I would suggest some more thought and analysis.


Daniel
wf 7.6/WinXP/IIS/SSA
www.wrapapp.com
www.srl.co.il

 
Posts: 594 | Location: Tel Aviv, Israel | Registered: March 23, 2006Reply With QuoteEdit or Delete MessageReport This Post
Expert
Posted Hide Post
definitely go the FOCUS database route, we seem to agree. a HOLD file is a flat file, and won't save you much, those are usually work-in-progress files in the creation of a swell focus database. XFOCUS files can hold much more than FOCUS files, and make their own swell multi-dim indices.
I suggest a focus database structure,
One xfocus file for each year,
identical structures,
so they can be read either individually or UNION'd together.




DevStu 767; wintell 767; Unix 765,Oracle: /// iplanet; Dev 765 tomcat 6;///MRE/BID/PMF
 
Posts: 2618 | Location: Manhattan | Registered: October 28, 2003Reply With QuoteEdit or Delete MessageReport This Post
Waz
Guru
Posted Hide Post
Ditto with Susannah


Waz...
Prod:WebFOCUS 7.1.6Upgrade:WebFOCUS 7.6.6OS:UnixOutputs:PDF, CSV, Excel, TXT, XML, HTML

 
Posts: 370 | Location: Sydney, Australia | Registered: October 31, 2006Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
JI,
The 'best method' might be different in different operating systems and your profile is empty so I am not sure of the best answer.

If you are in the mainframe (MVS or CMS) environment I would recommend that you TABLE each segment into a HOLD file and then load the segments into an alternate MASTER using MODIFY. This might take more time the first time you do this but you can use it forever and it will save you a lot of time in the future. You should also organize the history into chunks of time (1 year, 3 years, 5 years, etc.). Pick one time period and stick to it in the future to make maintenance easier. I would use yearly but I work for an insurance company and the files are huge!

Here are some reasons why I would do this:
1. Your history files will be easily access from FOCUS in the future and since they have the same format you can run your current reports against history data with a one line change in the code
2. Your 'new' FOCUS databases will be more efficiently reported from since they will be 0% disorganized with no empty pages to increase your I/O
3. You can put the real old files to tape and only reference them when needed
4. You can pick different time periods to combine to report from via the USE command.

If you are not in the mainframe environment then I am sure there are other methods that would be easier.

Michelle


FOCUS: MVS 7.3.1 & 7.6.4, UNIX/DEC 6.9.8
WebFOCUS: WINTEL 5.2.3, 5.3.6 & 7.6.4, UNIX/SUN 5.3
 
Posts: 17 | Location: Connecticut USA | Registered: August 29, 2006Reply With QuoteEdit or Delete MessageReport This Post
Gold member
Posted Hide Post
We too have large amounts of data in our database. We create focus databases with limited amounts of data, ie.. two years. This works great for us.


WF 7.1.4
UNIX, Windows 2003
 
Posts: 68 | Location: St. Louis | Registered: June 08, 2007Reply With QuoteEdit or Delete MessageReport This Post
Expert
Posted Hide Post
quote:
0% disorganized

there's this year's tshirt slogan!!!




DevStu 767; wintell 767; Unix 765,Oracle: /// iplanet; Dev 765 tomcat 6;///MRE/BID/PMF
 
Posts: 2618 | Location: Manhattan | Registered: October 28, 2003Reply With QuoteEdit or Delete MessageReport This Post
ira
Platinum Member
Posted Hide Post
Split your files by year. Then have a 'use' statement concatenating the years as needed ( controlled by a DM statement based upon the dates requested).
User
CAR2004.FOC AS CAR
CAR2005.FOC AS CAR
CAR2006.FOC AS CAR
END


aix 533 wf 538(d), 537 (p), 7.6.1 (t)
websphere 5.1.1
apache 2.0
 
Posts: 156 | Registered: October 27, 2006Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    [SOLVED] Data Extract/Save File?

Copyright © 1996-2008 Information Builders, leaders in enterprise business intelligence.