LIST directive
Lists details of the data structures currently available within GenStat.
Options
Parameter
Description
The LIST directive can be used to lists the data structures that are currently available. It is particularly useful when you are working interactively to remind you about the data structures that you have set up, and the identifiers that you have used.
By default LIST prints details of relevant attributes, as well as the identifiers, but this can be controlled using the PRINT option.
The CHANNEL option can be set to a scalar to divert the output to another output channel. Alternatively, it can specify the identifier of text data structure to store the output (and in fact an undeclared structure will be defined as a text, automatically).
The SYSTEM option of LIST controls whether structures whose identifiers begin with the underscore character _ are listed; this character is used as a prefix for example for the specialized structures set up by the Client program in GenStat for Windows, so their inclusion could be confusing.
The SCOPE option can be used within a procedure to list the data structures in the program that called the procedure (SCOPE=external) or in the outermost part of the program (SCOPE=global).
Options: PRINT, CHANNEL, SYSTEM, SCOPE.
Parameter: unnamed.