Here is my dilemma.

I have my banner, and it prints, correctly. For the most part. However the very first record is a header row, so the banner page that prints is blank, then I get the correct banner page.

Is there a way a way to force the banner page to not print?

Here is my code. (I am looking for a nonexecpage() or noshowpage() code. )
if(ne(&current_lc_value, &lc_compare))
execpage('Banner_Page1')
showpage()
execpage('Banner_Page2')
showpage()
endif()