Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

Resource Profiles for Controlling Write Access to Adabas Files

Resource Profiles for Controlling Write Access to Adabas Files

Configure resource profiles for write access to Adabas files and set the access authorities.
The resource profile for controlling write access to Adabas files has the following form:
DTL.DBWRITE.ADABAS.DB
dbid
.FN
file_num
Where:
  • dbid
    is a physical database ID for the database that contains the file. This value begins with “DB” and is followed by the database ID, which must be left-padded with zeroes so that the ID has five digits. Valid values are 00001 through 99999.
  • file_num
    is a file number. This value begins with
    FN
    and is followed by the file number, which must be left-padded with zeros so that the file number has five digits. Valid values are from 00001 through 99999.
Users that have UPDATE access to the resource profile can use PowerExchange to write data to the Adabas file. Otherwise, access is denied. If you do not define any resource profiles, PowerExchange does not control write access.
You can define generic resource profiles to minimize the number of definitions. For example, the following generic profile in RACF covers all Adabas files in all databases:
DTL.DBWRITE.ADABAS.**
The following generic profile in RACF covers all Adabas files in databases 1,000 through 1,999:
DTL.DBWRITE.ADABAS.DB01*.**

0 COMMENTS

We’d like to hear from you!