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] Passing values in a hold file to master file while implementing DBA security

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Passing values in a hold file to master file while implementing DBA security
 Login/Join
 
Platinum Member
posted
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,


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 2009Report This Post
Platinum Member
posted Hide Post
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



 
Posts: 129 | Registered: June 01, 2005Report This Post
Platinum Member
posted Hide Post
I could solve this issue. The hold file should be passed to the master file as follows.

DBA=MRADMINISTRATOR, $
USER=DEVELOPER, $
ACCESS=R, RESTRICT=VALUE, NAME=SPM_PROJECTS, VALUE=USRID EQ (UIDHOLD), $

The hold file UIDHOLD can have multiple values.


WebFOCUS 8207.11
App Studio 8207
 
Posts: 146 | Registered: January 06, 2009Report 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] Passing values in a hold file to master file while implementing DBA security

Copyright © 1996-2020 Information Builders