Printing the displayed table
When you select Print on the action bar, the Print pull-down menu displays.
*************************************************************
| Legacy Profile Reporting - Print |
| |
| Variables Length Alignment |
| (L - C - R) |
| Userid : 8 L |
| VUPDFLT : 8 L |
| VUPAPLST : 8 L |
| VUPUNAME : 30 L |
| VUPUDATA : 38 L |
| VSPULOC : 34 L |
| VSPUPHON : 19 L |
| |
| Send report to : (Select with a "/" ) |
| |
| _ SYSOUT destination : (Def. : LOCAL) Class : (Def. : A) |
| _ PDS : Member : |
| Replace Member : (Y/N)(Def.:N) |
| |
| Logical record length (LRECL) : ___ (Usually 80 or 133) |
| |
| Command ===> |
| Enter F1=Help F12=Cancel |
*************************************************************
Use the Print menu to print the content of the table being displayed to SYSOUT or a partitioned dataset.
Print the table by:
- Specifying the length and alignment of each field. Alignment values are generated when you access the menu, but you can change them. To ensure proper placement of the variable name on the header of the report to be generated, you can only modify variables that have data values greater than 8. Similarly, you cannot enter values that are less than 8.
- Typing a slash (/) in the appropriate field.
- Adding the following information to the menu:If you select SYSOUT:
- Specify the class (the default is A)
- Specify the destination (the default is LOCAL)
If you select PDS:- Specify the dataset name
- Specify the member
- Specify whether or not you want to replace an existing member
- Pressing Enter to print.
Result: The Print function builds a layout table and calls dialog KLKTKRPG. When the report is produced, a message indicates the number of written pages.
The resulting printed report reflects the mask, view, and sort parameters that you have previously selected.
Note: As with other menus in Legacy Profile Reporting, when you access the Print
menu the table key (Userid or Groupid) is displayed. The rest of the variables are displayed
according to your selections on the View menu.