Previous Topic: POSIXOPT SubcommandNext Topic: SCREEN Subcommand


REVIEW Subcommand

Use the ENTRY REVIEW command to retrieve the contents of a directory entry. REVIEW processes any USER, IDENTITY, SUBCONFIG, or PROFILE directory entry. It passes results back to the caller in a message, on the program stack, or in a REXX stem.

ENTRY entryname REVIEW [ALL] [( "Options"]

Options:
[MSG | NOMSG]
[FILE [filename]]
["Stack Options"]
[STEM stemname]

Stack Options:
  FIFO
| LIFO
| STACK [FIFO | LIFO]
Definitions
entryname

Specifies the name of the directory entry to process.

ALL

Returns all of the directory entries that make up a virtual machine definition. All of the contents of the entry PROFILE, USER, IDENTITY, and SUBCONFIG contents are returned in that order.

[FILE [filename]]
[MSG | NOMSG]
[STACK [FIFO | LIFO]]
[FIFO]
[LIFO]
[STEM stemname]

These options are explained in Common API Command Options.