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     [SHARING] v7.6.5 - HOLD Master files generated differently than ones in v5.3.4

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SHARING] v7.6.5 - HOLD Master files generated differently than ones in v5.3.4
 Login/Join
 
Expert
posted
Anyone notice the difference in code of the HOLD Master files in v7.6?

in v5.3.4:

FILE=R018H050       ,SUFFIX=FIX
SEGNAME=R018H050,SEGTYPE=S05
FIELDNAME   =DIVISION_SORT      ,E01         ,A02      ,A02      ,$
FIELDNAME   =DIVISION_NODE_NMY  ,E02         ,A30      ,A30      ,$
FIELDNAME   =INS_BUCKET         ,E03         ,A1       ,A01      ,$
FIELDNAME   =SEGMENT            ,E04         ,A30      ,A30      ,$
FIELDNAME   =MG_DELQ_STAT_CDX   ,E05         ,A1       ,A01      ,$
FIELDNAME   =CNT_BAL_AMT        ,E06         ,D8       ,A08      ,$
FIELDNAME   =PCT_CNT_BAL_AMT    ,E07         ,D8.4     ,A08      ,$
FIELDNAME   =BAL_AMT            ,E08         ,D15.2M   ,A15      ,$
FIELDNAME   =PCT_BAL_AMT        ,E09         ,D8.4     ,A08      ,$


In v7.6.5:

FILENAME=R018H050, SUFFIX=FIX     , $
  SEGMENT=R018H050, SEGTYPE=S5, $
    FIELDNAME=DIVISION_SORT, ALIAS=E01, USAGE=A02, ACTUAL=A02, $
    FIELDNAME=DIVISION_NODE_NMY, ALIAS=E02, USAGE=A30, ACTUAL=A30, $
    FIELDNAME=INS_BUCKET, ALIAS=E03, USAGE=A1, ACTUAL=A01, $
    FIELDNAME=SEGMENT, ALIAS=E04, USAGE=A30, ACTUAL=A30, $
    FIELDNAME=MG_DELQ_STAT_CDX, ALIAS=E05, USAGE=A1, ACTUAL=A01, $
    FIELDNAME=CNT_BAL_AMT, ALIAS=E06, USAGE=D8, ACTUAL=A08, $
    FIELDNAME=PCT_CNT_BAL_AMT, ALIAS=E07, USAGE=D8.4, ACTUAL=A08, $
    FIELDNAME=BAL_AMT, ALIAS=E08, USAGE=D15.2M, ACTUAL=A15,
      MISSING=ON, $
    FIELDNAME=PCT_BAL_AMT, ALIAS=E09, USAGE=D8.4, ACTUAL=A08,
      MISSING=ON, $


Not as easy to read. I'd at least like to see the code laid out like this:

FILENAME=R018H050, SUFFIX=FIX     , $
  SEGMENT=R018H050, SEGTYPE=S5, $
    FIELDNAME=DIVISION_SORT       , ALIAS=E01, USAGE=A02    , ACTUAL=A02, $
    FIELDNAME=DIVISION_NODE_NMY   , ALIAS=E02, USAGE=A30    , ACTUAL=A30, $
    FIELDNAME=INS_BUCKET          , ALIAS=E03, USAGE=A1     , ACTUAL=A01, $
    FIELDNAME=SEGMENT             , ALIAS=E04, USAGE=A30    , ACTUAL=A30, $
    FIELDNAME=MG_DELQ_STAT_CDX    , ALIAS=E05, USAGE=A1     , ACTUAL=A01, $
    FIELDNAME=CNT_BAL_AMT         , ALIAS=E06, USAGE=D8     , ACTUAL=A08, $
    FIELDNAME=PCT_CNT_BAL_AMT     , ALIAS=E07, USAGE=D8.4   , ACTUAL=A08, $
    FIELDNAME=BAL_AMT             , ALIAS=E08, USAGE=D15.2M , ACTUAL=A15, MISSING=ON, $
    FIELDNAME=PCT_BAL_AMT         , ALIAS=E09, USAGE=D8.4   , ACTUAL=A08, MISSING=ON, $


Or is there some setting I can change to have the Masters output in the old format?

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


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
Virtuoso
posted Hide Post
If there is, I haven't seen it.
Personally, I don't really mind the newer look. Main advantage I think, is that the various elements in the master file are now named, you don't have to guess anymore what the format is or what the actual is.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Expert
posted Hide Post
GamP, I agree, the content is definitely clearer , it would be nice for things to line up - I like order.

Cheers,


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
Expert
posted Hide Post
Francis,

If it to be a permanent master then I would agree with order. How about using it as comma delimited input to a fex and pad it out using a standard routine? You could run that against all of your master files. The only downside I see is when the detail flows onto the next line.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
I have the same issue with any generates master.

Hold files not so much as its not often that it is needed to be looked at.

I end up reformatting the generated ones from Create Synonym, so they are easier to read.


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!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report 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     [SHARING] v7.6.5 - HOLD Master files generated differently than ones in v5.3.4

Copyright © 1996-2020 Information Builders