BOster
Legendary Poster
I have a UBE where the first section attached to a BSVW is conditional. Before this conditional section I have a section not attached to any BSVW that looks at the RI values and either runs the conditional section or skips it. The conditional section with the BSVW has code that sets the data selection append flag to YES and then appends and additional WHERE clause element to what ever the user has defined. I am finding that if that section is conditional it is ignoring what the user sets and only creates a WHERE clause with pro grammatically set data selection instead of appending.
Summarize:
If section B is conditional it ignores any user set data selection. If section B is NOT conditional it works correctly.
Is this correct/documented behavior?
Summarize:
Code:
Section A. Driver Section - No BSVW
Section B. PreCommit Section - Conditional - Attached to BSVW
setappendflag(yes)
setuserselection
If section B is conditional it ignores any user set data selection. If section B is NOT conditional it works correctly.
Is this correct/documented behavior?