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.


Page 1 2 

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Hold with Join
 Login/Join
 
Silver Member
posted Hide Post
What was that mean??? I could not understand the intention of the above post.


Thanks

focus on mainframe client
Windows
Excel
 
Posts: 33 | Registered: December 14, 2007Report This Post
Master
posted Hide Post
You are comparing TRANS_MM to &JUL_FROM and the formats aren't the same. Try changing
TRAN_DTE_MM/A2 = EDIT(TRAN_DTE_YMD,'$$99$$');
TRANS_MM/I2 = EDIT (TRAN_DTE_MM);
to
TRAN_DTE_MM/A4YM=EDIT(TRAN_DTE_YMD,'9999');
TRANS_MM/I4=EDIT(TRAN_DTE_MM);

I haven't gone through all of your code, if you are using TRANS_MM elsewhere in the program where you want only the month you will need to add another field. If you add another field be sure to change all of your defined fields to use the new field.

I would recommend that you get additional FOCUS training. A WebFocus class using the GUI tools WILL NOT HELP YOU, for the mainframe you have to learn the code. Also make sure that you have a copy of the FOCUS developers manuals for your system, a hard copy would be best. The manuals are available from Information Builders for a fee. Most of the manuals are available as PDF downloads from tech support.


Pat
WF 7.6.8, AIX, AS400, NT
AS400 FOCUS, AIX FOCUS,
Oracle, DB2, JDE, Lotus Notes
 
Posts: 755 | Location: TX | Registered: September 25, 2007Report This Post
  Powered by Social Strata Page 1 2  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders