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.
I am trying to pass several userid values in a hold file to a field in DBA security in a master file. I know ways to pass one value or multiple values in a string. But, I am trying to pass several values in a hold file. I will highly appreciate if anyone have any suggestions or a sample code?
Here is the sample I am trying to accomplish
DBA=MRADMINISTRATOR, $ USER=DEVELOPER, $ ACCESS=R, RESTRICT=VALUE, NAME=SPM_PROJECTS, VALUE=USRID IN UIDHOLD, $This message has been edited. Last edited by: Kerry,
You could create a report that happens to be in the DBA file format. Then use the ON TABLE HOLD AS myfile FORMAT WP
to put in a file. You will have to code a filedef.
The "report" might have to make use of HEADING SUBHEAD SUBFOOT and FOOTING and maybe a little mcguyver to get the syntax right.
I have done one that starts with a FOCUS master file and generates the DDL for an SQL table and the load statements.This message has been edited. Last edited by: Jim Morrow,
Jim Morrow Web Focus 7.6.10 under Windows 2003 MVS 7.3.3