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] Date problem upgrading to 766

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Date problem upgrading to 766
 Login/Join
 
Member
posted
We are converting from 524 TO 766, and I can't seem to get a date to appear correctly. Below I've included the master file definition, the applicable portion of the program, and output from before/after. Can anyone remember running into this while updating to 766?

SUFFIX=SQLMSS ,$
...
FIELD=DATE ,Date,
ACTUAL=YYMD ,USAGE=MDYY ,MISSING=OFF,$
...
DEFINE FILE CDSCOMPOSITESBYCONVENTION
CURR_CDS_DT2/MDYY = DATE;
...
DEBTCLASS /A3 = 'SEN';
OUT_DAT /A8YYMD = CURR_CDS_DT2;
REFTCKR /A25 = CUR||P2||REF||'.U'||P2||DEBTCLASS||P;
SPRDREC /A73 = P||1Yt||P||2Yt||P||3Yt||P||4Y||P||5Yt||P||7Yt||P||10Yt||P||12Y||P||15Yt||P||20Yt||P||30Yt||P;
CDS_SPREADS /A110 = REFTCKR||OUT_DAT||SPRDREC;
END

TABLE FILE HOLD_CDS
PRINT
CDS_SPREADS
ON TABLE SAVE AS SAVEIT
END
-RUN
-QUIT


OUTPUT PRIOR TO CONVERSION TO 766 (NOTE DATE FORMAT)

USD/ABK.U/SEN|20090210|2660|1990|1751|0|1496|1295|1134|0|1061|1006|988|
USD/AIG.U/SEN|20090210|592|556|537|0|494|449|403|0|412|428|425|

NOW LOOKS LIKE THIS:

USD/ABK.U/SEN|19010912|18|27|34|0|49|59|70|0|72|79|66|
USD/ABK.U/SEN|19010912|7|10|14|0|21|28|36|0|40|39|40|

This message has been edited. Last edited by: Kerry,


DevStudio 766 Servlet - Self Service - MS Windows XP SP2, (output) Excel, PDF, HTML
 
Posts: 12 | Registered: November 27, 2007Report This Post
Expert
posted Hide Post
This may be related to Y2K issues. Perhaps your DATE field does not contain the century. Perhaps you had SET DEFCENT = 20 in edasprof.prf or site.wfs or some other profile in the 5.2.4 version and do not have it in the 7.6.6 version.

Also, did you regenerate the metadata (acx and mas) or just copy it?


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
Thanks Francis! I'll look at those.


DevStudio 766 Servlet - Self Service - MS Windows XP SP2, (output) Excel, PDF, HTML
 
Posts: 12 | Registered: November 27, 2007Report This Post
Platinum Member
posted Hide Post
Chris, this

FIELD=DATE ,Date,
ACTUAL=YYMD ,USAGE=MDYY ,MISSING=OFF,$

should be

FIELD=DATE ,Date,
ACTUAL=DATE ,USAGE=MDYY ,MISSING=OFF,$

Also, I would definitely name the field to be something more meaningful then generic, like TRADE_DATE or something like that.

Rick


WebFOCUS 7.6.6/TomCat/Win2003,SQL Server 2005,Oracle
 
Posts: 125 | Location: New England | Registered: February 20, 2007Report This Post
Member
posted Hide Post
THANK YOU!!!


DevStudio 766 Servlet - Self Service - MS Windows XP SP2, (output) Excel, PDF, HTML
 
Posts: 12 | Registered: November 27, 2007Report 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] Date problem upgrading to 766

Copyright © 1996-2020 Information Builders