1 :Info: list_heap_variables: lhv: 1986-05-12 list_heap_variables, lhv
2
3 Syntax as a command: lhv names -control_args
4
5
6 Function: Prints information concerning heap variables. Only
7 variables at the specified execution levels are printed. The
8 default information is the location and size of each specified
9 variable. A level description is printed for each execution level
10 specified. The heap variables will be displayed starting at the
11 lowest execution level specified.
12
13
14 Arguments:
15 names
16 are names of external variables, separated by spaces.
17
18
19 Control arguments:
20 -all, -a
21 prints information for all heap levels. Starting at execution
22 level 0 and ending with the current execution level.
23 -brief, -bf
24 prints out the variable name, size and where it is allocated.
25 Default
26 -long, -lg
27 prints how and when the variables were allocated.
28 -header, -he
29 forces the header to be printed. Default.
30 -no_header, -nhe
31 suppresses the printing of the header.
32
33
34 -to level
35 specifies what execution level to stop printing variables at.
36 If not present the current execution level is assumed.
37 -from level, -fm level
38 specifies what execution level to start printing variables at.
39 If not present execution level 0 is assumed.
40
41
42 Notes: The -from and -to arguments are meant to be used together to
43 specify a range of execution levels to be printed. If neither are
44 present the current execution level is assumed.
45
46
47 :hcom:
48
49
50
51 /****^ HISTORY COMMENTS:
52 1) change2020-12-15GDixon, approve2021-02-22MCR10088,
53 audit2021-05-27Swenson, install2021-05-27MR12.6g-0056:
54 A) Change "Syntax:" to "Syntax as a command:" in command info seg
55 last changed after 1984.
56 END HISTORY COMMENTS */
57
58
59