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.
MAINTAIN FILE RFAVORITE
-* Read records to delete into stack.
FOR ALL NEXT CLIENT INTO STK WHERE CLIENT EQ 'SMITH' ;
TYPE "<STK.FOCCOUNT rows to delete "
-* Delete all records from stack.
FOR ALL DELETE CLIENT FROM STK ;
TYPE "ERROR: <FOCERROR "
END
Don't use maintain, however, do you want only SMITH or any name that has SMITH in it? If the latter then rather than EQ you could use CONTAINS if maintain works the save for selection.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
[SOLVED] This was a key issue......I am new to Maintain. I have a oracle table with column one being the same name and the second column is different. How do i delete an entry for the second column only? When I try it with the following code It ends up deleting all entries that have the same column one.
FOR ALL NEXT FIRSTLIST.GROUPNAME1 FIRSTLIST.CUST1 INTO STK WHERE (firstlist.FIRSTLIST.GROUPNAME1 EQ zGROUPNAME1 AND firstlist.FIRSTLIST.CUST1 EQ zCUST1); TYPE "
-* Delete records from stack. DELETE FIRSTLIST.CUST1 FROM STK;
help would be appreciated thanksThis message has been edited. Last edited by: BJK,
Product WF 7.1.6 Windows Database Oracle outputs PDF, HTML, EXCEL