Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display Distribution Catalog Entry (DSPDSTCLGE) command allows the user to view information about distribution catalog entries.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
GLBNAME | Global name | Element list | Optional, Positional 1 |
Element 1: Global name token 1 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
Element 2: Global name token 2 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *CPNAME, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
Element 3: Global name token 3 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *CPNAME, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
Element 4: Global name token 4 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *CPNAME, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
Element 5: Global name token 5 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *CPNAME, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
Element 6: Global name token 6 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *CPNAME, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
Element 7: Global name token 7 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *CPNAME, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
Element 8: Global name token 8 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *CPNAME, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
Element 9: Global name token 9 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *CPNAME, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
Element 10: Global name token 10 | Character value, *ANY, *HIGHEST, *LOWEST, *NETID, *CPNAME, *SERVER, *TARGET, *MDDATE, *MDTIME | ||
OUTPUT | Output | *, *PRINT, *OUTFILE | Optional |
DETAIL | Detail | *BASIC, *FULL | Optional |
OUTFILE | File to receive output | Qualified object name | Optional |
Qualifier 1: File to receive output | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
OUTMBR | Output member options | Element list | Optional |
Element 1: Member to receive output | Name, *FIRST | ||
Element 2: Replace or add records | *REPLACE, *ADD |
Top |
Specifies the tokens of the global name used to find the list of catalog entries to be displayed.
The possible values for token 1 are:
The possible values for tokens 2 through 10 are:
Top |
Specifies whether the output from the command is shown at the requesting workstation, printed with the job's spooled output, or directed to a database file.
Top |
Specifies which set of information is shown for each catalog entry. This parameter is valid only when OUTPUT(*PRINT) is specified.
Top |
Specifies the qualified name of the database file to which the output of the display is directed. If the output file does not exist, this command creates a database file in the specified library.
The name of the output file can be qualified by one of the following library values:
Top |
Specifies the name of the database file member to which the output of the display is directed. If a member already exists, and *REPLACE is specified, the system clears it and adds the new records. If the member does not exist and a member name is not specified, the system creates a member with the name of the file specified on the OUTFILE parameter. If the member name is specified, but the member does not exist, the system creates it.
The possible member to receive output values are:
The possible operation to perform on member values are:
Top |
Example 1: Displaying All Catalog Entries
DSPDSTCLGE
This command displays all of the catalog entries.
Example 2: Displaying Global Catalog Entries
DSPDSTCLGE GLBNAME(ABACO *HIGHEST ZONEA *LOWEST) OUTPUT(*)
This command displays the catalog entry for the global name selected.
Example 3: Storing Catalog Information
DSPDSTCLGE GLBNAME(ABACO *HIGHEST LOGO *LOWEST) OUTPUT(*OUTFILE) OUTFILE(MYLIB/MYFILE)
This command sends all information for all of the catalog entries meeting the selection criteria to the output file MYLIB/MYFILE.
Example 4: Displaying Catalog Entry Information
This example displays catalog entry information for an entry cataloged with *SERVER, *TARGET, *MDDATE and *MDTIME tokens.
DSPDSTCLGE GLBNAME(CMPNY1 SALES *SERVER *TARGET *MDDATE *MDTIME) OUTPUT(*)
This command displays the catalog entry information for the global name CMPNY1 SALES &SERVER &TARGET &DATE &TIME
Top |
*ESCAPE Messages
Top |