The following REPORT statement produces the report file USERREP. When USERREP is printed, there are two lines of data for each user record. The first line lists the user ID, menu key, and jump key, while the second line lists the print key, command class, and update class.
REPORT GIVING(USERREP) USING(KEYUSERS)
((' &UIDXNAME' '&UIDXMKEY' '&UIDXJKEY')
(' &UIDXPKEY' '&UIDXPRSV' '&UIDXUPDC'))
Note: The entire REPORT statement does not have to be specified on one line of the control record. It can be helpful to separate the REPORT statement into multiple lines because of your terminal screen width and for clarity.
|
Copyright © 2013 CA.
All rights reserved.
|
|