1 08/22/83 list_external_variables, lev
2
3 Syntax: lev names -control_args
4
5
6 Function: prints information about variables managed by the system for
7 the user, including FORTRAN common and PL/I external static variables
8 whose names do not contain dollar signs. The default information is
9 the location and size of each specified variable.
10
11
12 Arguments:
13 names
14 are names of external variables, separated by spaces.
15
16
17 Control arguments:
18 -all, -a
19 prints information for each variable the system is managing.
20 -long, -lg
21 prints how and when the variables were allocated.
22 -no_header, -nhe
23 suppresses the header.
24 -unlabeled_common, -uc
25 is the name for unlabeled or blank common.