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.
I want to change my master file field (Data source is FOCUS) from Numeric (I) to alpha numeric (A). There is no change in the length of the field. So there is NO need to REBUILD REORG.
THe same MASTER file is used in many other focexecs too. Will there be any impact if I change the field to Alphanumeric.
WHat do I need to consider before changing the field to Alphanumeric.
Thanks,This message has been edited. Last edited by: <Kathryn Henning>,
As Alan states, you cannot just change the format. However, you could add a new define column that will achieve the same. Consider this snippet from a version of the CAR.MAS file that I have -
You can use REBUILD REORG to: Add new segments as descendants of existing segments. Remove segments. Add new data fields as descendants to an existing segment. Note: The fields must be added after the key fields. Remove data fields. Change the order of non-key data fields within a segment. Key fields may not be changed. Promote fields from unique segments to parent segments. Demote fields from parent segments to descendant unique segments. Index different fields. Increase or decrease the size of an alphanumeric data field.
REBUILD REORG will not enable you to: Change field format types (alphanumeric to numeric and vice versa, changing numeric format types). Change the value for SEGNAME attributes. Change the value for SEGTYPE attributes. Change field names that are indexed.
A change to format types requires a manual HOLD and RELOAD of all the data.This message has been edited. Last edited by: Alan B,
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007
Still, if you want to change the format and retain the original fieldname, and really want to utilize Rebuild, you can do it but it takes several steps.
Rebuild (dump & load), with master-1, the original master-2, with a second copy of the field added (under a different name, revised format).
MODIFY FILE to populate the new field
Rebuild (dump & load), with master-2, as above master-3, dropping the old field.
Edit master-3, to give the new field the old name
(If the field is indexed, the last step will entail a rebuild)
Make sure the final Master has the original name.This message has been edited. Last edited by: j.gross,
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005