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     Setting Row length in Programming environment

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Setting Row length in Programming environment
 Login/Join
 
Platinum Member
posted
We are using TSO for regular FOCUS and need to set the programming environment to expand the rows so I can fit discriptions on each field in our data sets. That we can decipher easily what each field is.

Any Suggestions?


IBM Main Frame: MVS, FIX, VSAM

Windows SQL

WF 7.7
 
Posts: 147 | Registered: June 24, 2006Report This Post
Platinum Member
posted Hide Post
I am not sure what you are asking. Can you provide an example?


dwf
 
Posts: 135 | Location: Portland, OR | Registered: March 23, 2005Report This Post
Expert
posted Hide Post
Moyer, build a second table , using the key field(s)
and put your description in the second table.
use a JOIN when you need to.
Putting long alpha strings into records in a db just makes the db much wider, much bigger, and slower to read.
use the JOIN only when you need your report to reference those descriptions.
That would be my best advice for you.
-s

your alternative would be to create a new master file description for a new file,
adding the fieldnames for all the descriptors you want to add, dump all the data out of the existing data file and load it in to the new structure , (a REBUILD operation), then create a file of all the descriptors, and add them to the new file (a MODIFY process).

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




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
Platinum Member
posted Hide Post
What I mean is I am trying to edit the Master file discriptions. I want to add discriptions to certain fields. The problem is my row length is to short in the editor. I want to keep them on the same line.


IBM Main Frame: MVS, FIX, VSAM

Windows SQL

WF 7.7
 
Posts: 147 | Registered: June 24, 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     Setting Row length in Programming environment

Copyright © 1996-2020 Information Builders