Print Names

This document covers the following topics:


Description

Program

B07390

Function

Print a list in last-name sequence, giving the full name, phone, extension, department and user ID.

Online Input Screen

   4:33 PM             * * *  C O N - N E C T  3  * * *                14.Feb.94
  Cabinet LS                      Print Names                             B07390
                                                                                
                                                                                
                                                                                
            Print the following names:                                          
                                                                                
            From Name ____________________ to Name ____________________         
                                                                                
                    ('*' for all names)                                         
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
 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 Name A20  
To Name A20 Optional

Batch Example

Print a list of all Con-nect private cabinets by name. This would be coded as follows:

LOGON SYSCNT2B 
MENU 
B07390 *
FIN