Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Work with Relational Database Directory Entry (WRKRDBDIRE) command allows you to show and work with one or more entries from the relational database (RDB) directory.
With this command, you can do the following with the RDB directory:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
RDB | Entry | Generic name, name, *ALL | Optional, Positional 1 |
OUTPUT | Output | Optional, Positional 2 |
Top |
Specifies the relational database directory entry. If an entry has no alias, the relational database name is used as the entry name. If an entry has an alias, the alias is used as the entry name.
This is a required parameter.
The possible values are:
Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
The possible values are:
Top |
Example 1: Displaying All Directory Entries
WRKRDBDIRE
This command shows a list of all relational database directory entries and allows you to work with them.
Example 2: Directing Information to a Database File
WRKRDBDIRE RDB(YOURRDB) OUTPUT(*PRINT)
This command directs the information from the relational database directory entry YOURRDB to a printer file.
Top |
Top |