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 a numeric string on field TRADOD. I added a compute to convert into a date, but if I update the compute to I8MDYY, the output shows year 1900. What can I add to the file to make it show in MDYY format with the correct year output?
TABLE FILE TR01 PRINT TREMPN J1BFLNAM J1BFFNAM J1BFANAM TRADOD COMPUTE DATE/I8YYMD = TRADOD; AS 'DATE YYMD' TRHRWK TRCDLN TRDESC J1BFBADG J1BFSHFT_CODE J1BFHDPL J1BFHDPP J1BFSPVR J1BFANAM AS 'Supervisor Name' BY TREMPN NOPRINTThis message has been edited. Last edited by: <Kathryn Henning>,
First, what does the numeric string look like? Is it eight digits which look like a date? What you are doing is a simple assignment and the input format may require something more elaborate.
Second, the label DATE might be a reserved word in WebFOCUS so use a different label such as COMPUTE DODDATE/I8YYMD....
jimster06 DevStu WF 7.6.11 W7 HTML, PDF, EXL2K
Posts: 252 | Location: USA | Registered: April 15, 2003