Previous Topic: Define Headings in Your ReportNext Topic: Sample Report


Example

An administrator wants to print a report listing the user ID, stage 1 time out and option for each user record in an extract file named TIMEOUTS. The administrator uses the following control statements:

SET RTITLE1 '1  TIMEOUT OPTIONS REPORT   &ZDATE   Page - &RPAGE#' 
SET RTITLE2 '-             CA‑TPX STAGE 1     ' 
SET RTITLE3 '              -----------------  ' 
SET RTITLE4 ' USER ID      TIMEOUT    OPTION  ' 
SET RTITLE5 ' =============================== ' 
REPORT GIVING(GRP1REP) USING(GRP1EXT)
       (('0&UIDXNAME    ' '&UIDXTOU1  ' '&UIDXTOP1'))