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.
The error message text by issuing a ? 765 is: > > ? 765 (FOC765) WARNING. LOGICAL RECORD LENGTH EXCEEDED. THE LINE WAS TRUNCATED The maximum line length allowed for the HOLD file was exceeded. Therefore the line was truncated. ----------------------------------------------------------------------------------------------------------
There is a "set maxlrecl = n" command that I have used to read flat files that are wider than 4096 bytes (wayback in my mainframe focus 4.0 days I think). I believe the default for this setting in 7.11 is around 12k bytes. Again this pertained to reading a file. I do not know for sure if this also applies to writing a file but your process may also then table this hold file so I think that it would also apply. Why don't you set this to a width larger than then the file you are trying to create and see if this helps. If not then maybe others can help.
Good luck
ET
FOCUS 7.6 MVS PDF,HTML,EXCEL
Posts: 115 | Location: Chicago, IL | Registered: May 28, 2004
Jamie, When you use DYNAM ALLOC you are either defining the LRECL of your HOLD file or doing so by default. There shouldn't be any maximum. If you don't use DYNAM ALLOC, WEBFOCUS does it for you and uses the aggregate length of the fields in your HOLD file.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
I know ReportCaster has limitations for focexec commands, something probably 256 chars. You may try to split your command into two lines to see if it works ok.
Posts: 118 | Location: Omaha, NE | Registered: June 12, 2003