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

ADAOPT Statement

ADAOPT Statement

The ADAOPT statement is an Adabas optimization statement that controls whether PowerExchange uses Adabas L3 commands to read records from a file in logical sequence by descriptor value.
z/OS
Adabas
ADA_L3_ALLOW, and ADASTATS
No
ADAOPT={N|
Y
}
  • N.
    PowerExchange disables optimization and uses L2 commands to read records from files.
  • Y
    .
    If you specify Adabas descriptors on the WHERE clause of a SQL SELECT statement, PowerExchange uses L3 commands to read records in logical order from the Adabas file. If the SQL statement does not contain a WHERE clause, PowerExchange uses L2 commands to read records from the file in the physical order in which they were stored by Adabas.
    PowerExchange verifies that the Adabas version that is being used supports beginning and ending descriptor key ranges with L3 commands.
    If you have installed user modifications to Adabas, PowerExchange might be unable to correctly determine the installed version of Adabas. In this case, you must also specify Y for the ADA_L3_ALLOW statement to use L3 commands.
Default is Y.
  • By default, PowerExchange selects
    Ranges Only
    in the
    Optimization Level
    list in data maps. If you select
    OFF
    in the
    Optimization Level
    list, PowerExchange ignores this statement and does not use L3 commands when processing data for that data map.
  • If you specify Y for the ADASTATS statement, PowerExchange writes message PWX-02196 in the PowerExchange message log file. This message indicates whether you can enter L3 commands and the status of optimization.

0 COMMENTS

We’d like to hear from you!