Previous Topic: Use Spacing to Format Your ReportsNext Topic: Sample Report


Example

An administrator wants a report listing the user ID, user name, group name, location and phone number for each user record in an extract file named GRP1EXT. The administrator uses the following REPORT statement to generate the report file GRP1REP:

REPORT GIVING(GRP1REP) USING(GRP1EXT)
       ((' &UIDXNAME' '&VUSRRNME' '&UIDXGRP') (' &VUSRLOC' '&VUSRPHN#'))