(Contents)(Previous)(Next)

LIST Command

LIST branches to the MENU of all stored commands the ADABAS user is allowed to call.

Examples

list

list *

list miller.*

list item*

list *.customer?

Comments

1. The arguments owner and command name can be used to limit the menu to command names that suit the given pattern. Within this pattern, an '*' is used for any character string and a '?' for exactly one arbitrary character.

2. The LIST command without argument displays all commands belonging to the current user. If only one argument is used to limit the menu, this argument also refers only to the commands of the current user.

3. If both arguments are used, the menu first lists the commands of the current user, then those of other users for which the current user has received the call privilege.

4. The easiest way to start a command is to insert either the number or the name of the command into the command line and then press the key.

5. If the command has parameters (and no input form was defined), the actual parameters can be inserted after the number. The parameters must be separated from each other by at least one blank.


(Contents)(Previous)(Next)