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  iWay Software Product Forum on Focal Point    Multi-Segment Data Targets

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Multi-Segment Data Targets
 Login/Join
 
Member
posted
G'Day,

I'm looking for some guidance on loading a multi-segment FOCUS database using iWay (we're on release 5.1.2). The target has one parent segment with three child segements.

The child segments are quite simple in that they are providing full descriptions of codes (ie the parent segment may contain a code value of '01' for a report type and the child segment provides a full description of the value, eg 'Trade Report'). The FOCUS master file describes these segments with SEGTYPE=U.

The data in all segments is to be completely dropped and refreshed each month.

My question: how is the load to be performed? Should the parent be loaded first and then the children or the other way around?

I've had a poke around in the documentation library with no success (there's simple stuff on how to load an individual segment but nothing on how to manage the target as a whole).

I know the same could be achieved by just joining files in a report but I am keen for to have OLAP dimensions across the child segments.

Thanks in advance

Andrew W
 
Posts: 27 | Location: Sydney, Australia | Registered: May 27, 2003Report This Post
Virtuoso
posted Hide Post
Plain old MODIFY. Since NOMATCH is guaranteed, you don't even need MATCH-WITH-UNIQUES.

If you arrange to HOLD the data, sorted by key, this will do it:

USE
whatever AS XYZ
END
CREATE FILE XYZ
MODIFY FILE XYZ
FIXFORM FROM HOLD
DATA ON HOLD
END
(The USE syntax is platform dependent.)
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  iWay Software Product Forum on Focal Point    Multi-Segment Data Targets

Copyright © 1996-2020 Information Builders