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     [closed]MODIFY/UPDATE: how to wrap a line when there are too many fields to update?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[closed]MODIFY/UPDATE: how to wrap a line when there are too many fields to update?
 Login/Join
 
Platinum Member
posted
I use MODIFY/ON MATCH UPDATE to update about 30 fields. If I simply wrap the code into 2nd line webfocus thinks it's a subcommand and error out:


MODIFY FILE TABLE_A
FIXFORM FROM TEMP_FOC_A
MATCH KEY1 KEY2
ON MATCH UPDATE   FILED1 FILED2 FILED3 FILED4 FILED5 FILED6 FILED7 FILED8
                  FILED11 FILED12 FILED13 FILED14 FILED15 FILED16 FILED17 FILED18
ON NOMATCH INCLUDE
DATA ON TEMP_FOC_A
END

0 ERROR AT OR NEAR LINE    214  IN PROCEDURE XXXXXX
 (FOC401) THE MODIFY SUBCOMMAND IS NOT RECOGNIZED: FIELD11
 BYPASSING TO END OF COMMAND

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


7.66 and 7.704
System: Windows / AIX / Linux
Output: Mostly HTML, with some PDF, Excel and Lotus(!)
 
Posts: 147 | Location: Toronto (GTA) | Registered: May 25, 2005Report This Post
Master
posted Hide Post
It would be:
...
ON MATCH UPDATE   FILED1 FILED2 FILED3 FILED4 FILED5 FILED6 FILED7 FILED8
ON MATCH UPDATE   FILED11 FILED12 FILED13 FILED14 FILED15 FILED16 FILED17 FILED18
...  
 
Posts: 822 | Registered: April 23, 2003Report This Post
Platinum Member
posted Hide Post
quote:
Originally posted by David Briars:
It would be:
...
ON MATCH UPDATE   FILED1 FILED2 FILED3 FILED4 FILED5 FILED6 FILED7 FILED8
ON MATCH UPDATE   FILED11 FILED12 FILED13 FILED14 FILED15 FILED16 FILED17 FILED18
...  


This is quick! Thanks David!


7.66 and 7.704
System: Windows / AIX / Linux
Output: Mostly HTML, with some PDF, Excel and Lotus(!)
 
Posts: 147 | Location: Toronto (GTA) | Registered: May 25, 2005Report 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     [closed]MODIFY/UPDATE: how to wrap a line when there are too many fields to update?

Copyright © 1996-2020 Information Builders