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.
What is the limit on the number of columns we can output in a COM formatted file? What is the limit of the total number of characters we can output in a COM formatted file? What is the limit of the number of characters each column can contain in a COM formatted file?
Posts: 6 | Location: 2401 International Lane | Registered: June 09, 2003
I don't think there are any limits on these items, but a lot may depend on the platform on which you're running, the workspace available, and the attributes of the allocated output file.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Yes, there are limits. And indeed they are dependent on the platform and product and release you're using. You did not mention what you are using, so it is not possible for us to give you exact information. The number of columns to be used may also depend on the type of output file you're creating. For instance, for excel the limit is 256 columns. But mostly, the limit that is reached the first is the limit on the total record length, which cannot exceed 32 KB.
Please update your profile, so we can answer you better. Also, it would be helpful if you explain why you're asking what the limits are.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
The limitations are the same for all WebFOCUS requests with additional restrictions imposed by some target types
The maximum no of columns used to be 256 pre 76 is now 1024
There may or may not be a limit on the total number of characters and number of rows dependant on how the file is created and what it's content is.
Alpha fields had a limitation of 256 characters pre 76, the limit is now 32k Numerics fields is dependant on format integer 11, double 25, packed 32 as output formats.
Total file size if focsort is used will be less than 2 gig if the file is created in a single pass, however if it is created using append then the limit is whatever your file system allows in the case of a Windows NTFS volume that is theoretically 256 terra bytes
Dependant on the intended use of the .com you create other limits outside the control of WebFocus may come into play.
for example Excel 2003 has a limitation of 256 columns * 64k rows where as Excel 2007 the limitations are 16k columns * 1024k rows
Yes, there are limits. And indeed they are dependent on the platform and product and release you're using. You did not mention what you are using, so it is not possible for us to give you exact information. The number of columns to be used may also depend on the type of output file you're creating. For instance, for excel the limit is 256 columns. But mostly, the limit that is reached the first is the limit on the total record length, which cannot exceed 32 KB.
Please update your profile, so we can answer you better. Also, it would be helpful if you explain why you're asking what the limits are
A client was wondering what the limits are. We are running web focus 7.6 on UNIX. The coding is all done within FOCUS using text editor
Posts: 6 | Location: 2401 International Lane | Registered: June 09, 2003