Display User-Defined FS (DSPUDFS)
Where allowed to run: All environments (*ALL)
Threadsafe: NoParameters
Examples
Error messagesThe Display User-Defined File System (DSPUDFS) command displays the attributes and, optionally, the extended attributes for an existing user-defined file system (UDFS).
Top
Parameters
Keyword Description Choices Notes UDFS User-defined file system Path name Required, Positional 1 OUTPUT Output Optional
Top
User-defined file system (UDFS)
Specifies the path name of the file system to be displayed. It must be (or resolve to a pathname) of one of the following two forms:
- /dev/qaspXX/udfsname.udfs, where XX is one of the valid system or basic user auxiliary storage pool (ASP) numbers on the system, and udfsname is the name of the user-defined file system. All other parts of the name must appear as in the example above.
- /dev/aspname/udfsname.udfs, where aspname is one of the valid independent ASP names on the system, and udfsname is the name of the user-defined file system. All other parts of the name must appear as in the example above.
The name part of the path must be unique within the specified qaspXX or aspname directory.
This is a required parameter.
Top
Output (OUTPUT)
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
- *
- The output is displayed for interactive jobs or printed with the job's spooled output for non-interactive jobs.
- The output is printed with the job's spooled output.
Top
Examples
Example 1: Displaying a User-defined File System
DSPUDFS UDFS('/dev/QASP05/joe.udfs')This command displays the attributes of a user-defined file system (UDFS) named joe in the user auxiliary storage pool (ASP) 5.
Top
Error messages
*ESCAPE Messages
- CPFA0A9
- Object not found. Object is &1.
- CPFA09C
- Not authorized to object. Object is &1.
Top