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#'))
|
Copyright © 2013 CA.
All rights reserved.
|
|