1 84-07-19:  check_tc_data_size
 2 
 3 Syntax:  check_tc_data_size {-control_args}
 4 
 5 
 6 Function: displays the sizes of the Active Process Table (APT) and
 7 Inter-process Transmission Table (ITT) that are allocated in the
 8 tc_data segment.  The sizes of these data bases are controlled by the
 9 values found on the TCD configuration card.  This command is useful to
10 determine if a proposed change to the TCD values will cause the
11 tc_data segment to become larger than 255 pages.  It is also useful to
12 help fill in the last page of the tc_data segment through manipulation
13 of either of the values on the TCD card.
14 
15 
16 Control arguments:
17 -apt N
18    specifies that the APT is to have N entries.
19 
20 -itt N
21    specifies that the ITT is to have N entries.
22 
23 -pathname STR, -pn STR
24    specifies that the configuration deck with a pathname of STR is to
25    be used.
26 
27 
28 Notes:
29 If either of the -apt or -itt control arguments are not used, a
30 configuration deck will be used to supply the missing values.
31 
32 The configuration deck, if needed, is found with the user's search
33 rules if the -pathname option is not used in the command line.