Print Distribution Lists

This document covers the following topics:


Description

Program

B07100

Function

Print a list of all distribution lists in which the specified member(s) is defined.

Online Input Screen

  
  11:53                 * * *  C o n - n e c t  3  * * *                9.Dec.03
  Cabinet LS        Print Distribution Lists with Specific Member         B07100
                                                                                
                                                                                
                                                                                
                                                                                
       From cabinet ________   to cabinet ________                              
                                                                                
                    ('*' for all cabinets)                                      
                                                                                
       Member ID   ________________                                             
                                                                                
       Member name ____________________                                         
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
 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
Member ID A16 Optional
Member name A20 Optional

Procedure

Only cabinet administrators can print a list of distribution lists from cabinets other than their own. Users can print only a list of distribution lists from their own cabinet.

Either member ID or member name must be specified, but not both.

To print all distribution lists that contain a specific member ID, enter the ID in parameter Member-ID. If a member ID with an asterisk (e.g. SA*) is specified, then all member IDs that begin with the characters are printed. An asterisk cannot be specified without one or more characters.

To print all distribution lists that contain users with a specific name, enter the last name in parameter Member-name. If one or more characters are specified with an asterisk (e.g. Sm*), then all members whose last name begin with those characters are printed. An asterisk cannot be specified without one or more characters.

The resulting printout contains the name of the distribution list in which the specified member is defined, the cabinet, member ID, member name and type of member.

Batch Example

Print a list of distribution lists from all cabinets that contain member IDs beginning with the letter A. This would be coded as follows:

LOGON SYSCNT2B
MENU
B07100 *,,A*
FIN

Print a list of distribution lists from all cabinets which contain users with the last name Landrey. This would be coded as follows:

LOGON SYSCNT2B
MENU
B07100 *,,,Landrey
FIN