Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display DataLink File Attributes (DSPDLFA) command can be used to display information about DataLink columns in a file.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
FILE | File | Qualified object name | Required, Positional 1 |
Qualifier 1: File | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
FLD | Field name | Name, *ALL | Optional, Positional 2 |
OUTPUT | Output | Optional |
Top |
Specifies the physical file for which you are showing DataLink attributes.
This is a required parameter.
Qualifier 1: File
Qualifier 2: Library
Top |
Specifies which DataLink field you want to display.
Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
Top |
DSPDLFA FILE(ADMN/PERSONNEL) FLD(*ALL) OUTPUT(*PRINT)
This command prints a list of records for file PERSONNEL in the ADMN library. For all DataLink fields in the file with the attribute FILE LINK CONTROL, the listing will show whether the server connection can be established and if there are pending DataLink transactions not complete with the DataLink File Manager (DLFM) server.
Top |
Top |