Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Bolo.

Table of Contents

Search

  1. Preface
  2. PWX-00000 to PWX-00099
  3. PWX-00100 to PWX-00999
  4. PWX-01000 to PWX-01999
  5. PWX-02000 to PWX-04999
  6. PWX-05000 to PWX-06999
  7. PWX-07000 to PWX-09999
  8. Abend, Return, and Reason Codes in PowerExchange Messages

Message Reference Volume 1

Message Reference Volume 1

PWX- 03092

PWX-
03092

Condition skipped. Table '
table_name
' column '
column_name
' has a negative constant GE/GT condition without a LE/LT.
When PowerExchange executed SQL with a WHERE clause against data for Adabas, Datacom, IDMS, IMS or KSDS, the NRDB optimized reading process discarded a condition .The condition is still used for post-read qualification. PowerExchange cannot automatically generate a limit high value to match a less-than-or-equals, or a less-than condition that involves a negative constant.
Processing continues, but the skipped condition causes too many records to be read, which causes slower overall processing.
Correct the SQL WHERE clause to specify the low negative value with either the less-than (<) operator or the not-greater-than (<=) operator. This message can be suppressed using the REPORT_UNUSED_OPT_READING_CONDITIONS=N parameter.

0 COMMENTS

We’d like to hear from you!