I want to have my PAGE HEADER in a QUIZ report look different on page 1 than on the following pages. My first idea was to do it this way: DEFINE D-MY-PAGE-HEADING CHAR*80 = & "XXXXX" IF SYSPAGE = 1 ELSE & "YYYY"