Print Cabinet Logons

This document covers the following topics:


Description

Program

B07050

Function

Print, with headers, an alphabetical list of cabinets according to the cabinet names. For each cabinet, the ID of the user who last logged on to the cabinet is displayed, as well as the date and time of the last logon.

This function is only available if it is marked in the system defaults. See Con-nect Administration for further information.

Note:
The report can be displayed online. See Reports in Con-nect Administration.

Report without Headers

An identical report can be produced without headers. To do so, you must rename program B0705U in the SYSCNT2 library to B07059. Thereafter, this program is called each time you invoke B07050.

To revert back to printing reports with headers, you simply rename B07059 to B0705U.

Online Input Screen

  4:32 PM              * * *  C O N - N E C T  3  * * *                14.Feb.94
  Cabinet LS               Print Cabinet Logons                           B07050
                                                                                
                                                                                
                                                                                
            Print the following cabinet logons:                                 
                                                                                
            From Cabinet ________ to Cabinet ________                           
                                                                                
                       ('*' for all cabinets)                                   
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
 Enter-PF1---PF2---PF3---PF4---PF5---PF6---PF7---PF8---PF9---PF10--PF11--PF12---
             Menu  Quit                                                         
 Complete the information above and press ENTER to continue                     

Utility Parameters

Parameter Format Description
From Cabinet A8  
To Cabinet A8 Optional

Batch Example

Print all cabinet logons from cabinet AB to cabinet FE. This would be coded as follows:

LOGON SYSCNT2B 
MENU 
B07050 AB,FE
FIN