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 have an input file that was created using Easytrieve. It has numeric fields defined in the master file description (I created the mfd) as D13.2. If the value is positive, I have no problem printing it. If the field is negative, I get a format conversion error for that field. I've searched through the posts and have not found anything that deals with this specific situation. The only ones I have found deal with field formatting for an output file. My inclination would be that there is a problem in the Easytrieve program that created the data...but why wouldn't I have the same problem regardless of the value being positive or negative ? Thanks in advance for any help.
In the data file, is it possible that the positive values have no + sign, but the negative values have a leading - sign. This may be the reason why the D13.2 has conversion errors. You may be able to get around this problem by changing the format to alpha and adding a DEFINEd field in the Master to compute the numeric field.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Thanks for your reply, Francis. I was testing different things in the master file description and came upon the solution this morning. I added an actual attribute of Z13 to the money fields and it corrected the problem.