Previous Topic: GET CommandNext Topic: SET Command


LIST Command

The LIST command reads one or more objects from a specified class. Using the LIST command with only a class in the OBJECT argument returns a list of all objects in the class in stem variable form. The returned data includes the name and UUID properties for each object found. These take the form TNG.LIST.x = "uuid name" or prefix.x = "uuid name".

This command has the following format:

ADDRESS TNG 'LIST OBJECT(classname.) [PREFIX(newvarname)]'

OBJECT

WorldView commands require the OBJECT parameter. The argument to the OBJECT parameter for the LIST command is the one- to 31- character name of the CA NSM class (a period after the class name is required).

PREFIX

(Optional) Directs return information to a stem variable name (newvarname) other than the default. For more information, see ADDRESS TNG Return Information in this chapter.

Note: The PREFIX operand is only valid if REXX is the destination of the return information.

Default: TNG.LIST