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]Trim in Master file

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED]Trim in Master file
 Login/Join
 
Member
posted
Hi,

I have a master file in infoassist. This master file need to read from multiple database. Some DB has column name as char 9 some has as char 17. So I changed the master file with 17. It is individual working fine. But when I join with other 9 size column it is not working. Meaning join is not working. I think I should trim the data so that it works. Because DB2 for i adds space to the left.

My question is ,

is there way we can apply trim in the master file?

or is there any other method we can handle this ?

Please provide me some advice .

Regards,
Prakash

This message has been edited. Last edited by: <Emily McAllister>,


WebFocus 8, OS: iSeries
 
Posts: 22 | Registered: September 23, 2015Report This Post
Virtuoso
posted Hide Post
If create synonym makes FIELDA have A9 in one master and A17 in another master, that's because the two tables have described FIELDA as A9 and A17. Metadata is created automatically based on the size of the column as it is described in the database table. Trimming the size of the column will not fix the problem. You can certainly change the USAGE= value to shorten an A17 to an A9. You should never change the ACTUAL= value because that's the size of the field as described by the table. You could turn on the SQL Trace to see what happens when you join the two tables based on this trimmed column.


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report 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]Trim in Master file

Copyright © 1996-2020 Information Builders