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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
MFD File Part 2
 Login/Join
 
Platinum Member
posted
Okay, I'm trying to set up an MFD of a file that is not comma delimited, or tab delimited, however each field is sequentially next to the other, in fact, they are probably space delimited, but if I were to ignore this fact, is there a format I can use (like SUFFIX=...) that will treat each consecutive non blank as a new variable for a column value? Any suggestions will help so much on this one.

Thanks!
 
Posts: 87 | Registered: August 03, 2006Report This Post
Expert
posted Hide Post
SUFFIX=FIX
read a flat file where columns begin and end in known,constant locations.
If that doesn't work for you, and you do indeed have a variable width record with a space between columns, then try SUFFIX=DFIX
and DELIMITER/A1=' '; in the mfd




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Master
posted Hide Post
So, are you saying that if I have delimited data, (i.e. tab delimited), I don't need a MFD with a single field and use the GETTOK function to extract the individual fields?

How long has this been around?

Thanks.


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
<JG>
posted
2001 at least version 5.1
 
Report This Post
Master
posted Hide Post
2001? Well I guess I need to start paying better attention to New Features.

Thanks


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
Platinum Member
posted Hide Post
That's correct, the only thing is that when you define the MFD for comma delimited file, in the reporting program itself, you have to put "PCOMMA=ON " right before you retrieve data from the file. Otherwise you'll get an error and some gibberish from the file. And of course, using this method, you can define each field on the MFD and access them individually in the report merely by field name.
 
Posts: 87 | Registered: August 03, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders