Previous Topic: Use ASA Printer Control CharactersNext Topic: Sample Report


Example

Look at the example report again in Putting Labels in Your Reports in this chapter. There are no blank lines between the information for each user record. To make the report easier to read, the administrator can use the following REPORT statement to tell the printer to print a blank line between the information for each user record:

REPORT GIVING(KEYREPT) USING(KEYUSERS)
       (('0&UIDXNAME')
        (' MENU KEY - ' '&UIDXMKEY')
        (' JUMP KEY - ' '&UIDXJKEY')
        (' PRNT KEY - ' '&UIDXPKEY'))