SHOW Instruction |
SHOW MEMORY
This displays the amount of memory available to RATS for workspace, the number of bytes used and the number of bytes remaining.
SHOW SERIES
Lists the names of all the series currently in use.
SHOW FILE fileidentifier
Lists all files which match fileidentifier. You can use the usual wildcards (? and *) in a SHOW FILES instructions to list a specific set of files. For instance,
show *.rat
will list all the files in the current directory with .RAT extensions. If you omit file identifier, SHOW will list all files on the current directory.
Copyright © 2025 Thomas A. Doan