Additional tests required to understand why we have 40-9=31 extra records queried:
1. Write all base members to the same intersections
*WHEN ACCOUNT
*IS *
*REC(EXPRESSION=%VALUE%)
*ENDWHEN
List of written records from UJKT log? Have to be 9 records!
2. Write base members except A_FCST_3700 and A_51800020 to the same intersections
*WHEN ACCOUNT
*IS A_FCST_3700
*IS A_51800020
*ELSE
*REC(EXPRESSION=%VALUE%)
*ENDWHEN
List of written records from UJKT log? Have to be 40 records - 9 normal + 31 extra??
Vadim