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     Can FOCUS ignore spaces in a SUBFOOT when writing HTML?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Can FOCUS ignore spaces in a SUBFOOT when writing HTML?
 Login/Join
 
Silver Member
posted
The 80 character focexec line limit in mainframe FOCUS requires that I split my SUBFOOT line specification into two lines of code:

ON MONTH SUBFOOT
"MONTH TOTAL:< ST.FIELD01< ST.FIELD02< ST.FIELD03< ST.FIELD04< FIELD05
< FIELD06< ST.FIELD07< ST.FIELD08< ST.FIELD09< FIELD10< FIELD11"

When I create a FORMAT HTML file, FOCUS sees the spaces following FIELD05 and appears to interpret them as text, resulting in a blank column between FIELD05 and FIELD06. I have tried various combinations of spot markers (<0X, <+0, etc.), and HEADALIGN= parameters [INTERNAL, BODY), but can't hit on one that will tell FOCUS to ignore the blanks following "FIELD05". I even tried the POSITION parameter, though the documentation seems to say that it only applies to PDF files. Someone must have run into this situation before, as it must also apply to SUBHEAD, HEADING, and FOOTING. Any suggestions from the peanut gallery?

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


Jeff
WebFOCUS 8.0.09, Unix-Win-z/OS
FOCUS 7.3.1 on z/OS
 
Posts: 34 | Location: Minneapolis, MN | Registered: June 10, 2003Report This Post
Silver Member
posted Hide Post
Oh crud! The spot markers in my example must have been interpreted as HTML tags!! I'll try to correct....


Jeff
WebFOCUS 8.0.09, Unix-Win-z/OS
FOCUS 7.3.1 on z/OS
 
Posts: 34 | Location: Minneapolis, MN | Registered: June 10, 2003Report This Post
Expert
posted Hide Post
jeff, put code tags around your code in your post.
just type them in before and after
leftbracket code rightbracket
then
leftracket /code rightbracket




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
Silver Member
posted Hide Post
Susannah, I'm not sure about what you mean by "bracket". Tried a few, but settled on inserting some spaces instead.

Everyone, as you look at the SUBFOOT example, keep in mind that the actual code has no spaces after the "<" characters. Thanks.


Jeff
WebFOCUS 8.0.09, Unix-Win-z/OS
FOCUS 7.3.1 on z/OS
 
Posts: 34 | Location: Minneapolis, MN | Registered: June 10, 2003Report This Post
Expert
posted Hide Post
Jeff,

The bracket to use is the square bracket e.g. [
Use [ code ] and [ /code ] without the spaces or disable HTML in the options list when you construct your post. If you can not see the options list then click on the options hyperlink to display them.

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
Guru
posted Hide Post
Can you try this one:

TABLE FILE CAR
PRINT
     BODYTYPE
     SEATS
     DEALER_COST
     RETAIL_COST
     SALES
BY COUNTRY NOPRINT
BY CAR NOPRINT
BY MODEL
ON MODEL SUBFOOT
"<COUNTRY<CAR<MODEL<0X
<ST.SALES"
...


ttfn, kp


Access to most releases from R52x, on multiple platforms.
 
Posts: 346 | Location: Melbourne Australia | Registered: April 15, 2003Report This Post
Silver Member
posted Hide Post
Piipster,
Sorry for not replying to this sooner, but your suggestion was exactly right. (though I can't believe we hadn't tried it before I posted my question --- we certainly tried everything else!)
Thanks!


Jeff
WebFOCUS 8.0.09, Unix-Win-z/OS
FOCUS 7.3.1 on z/OS
 
Posts: 34 | Location: Minneapolis, MN | Registered: June 10, 2003Report 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     Can FOCUS ignore spaces in a SUBFOOT when writing HTML?

Copyright © 1996-2020 Information Builders