Focal Point
[CLOSED] MDYY

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2667076576

April 19, 2015, 07:41 PM
rjg808
[CLOSED] MDYY
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 NOPRINT

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.6.5, Windows, Excel
April 19, 2015, 09:17 PM
jimster06
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
April 19, 2015, 09:24 PM
Waz
If it has a 2 digit year, then check out DEFCENT and YRTHRESH


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!