Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
STMF | Stream file, or | Path name | Optional, Positional 1 |
FILE | Data base file | Qualified object name | Optional, Positional 2 |
Qualifier 1: Data base file | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
MBR | File member | Name, *FIRST | Optional, Positional 3 |
Top |
Specify the name of the file to be displayed.
The object path name can be either a simple name or a name that is qualified with the name of the directory in which the object is located. A pattern can be specified in the last part of the path name. An asterisk (*) matches any number of characters. A list of all files or subdirectories that match the specified characters will be displayed. If the path name is qualified or contains a pattern, it must be enclosed in apostrophes. If the file name specified is a directory, the a list of the files and subdirectories is displayed. From this list you can edit or display the files in the directory.
For more information on specifying path names, refer to "Object naming rules" in the CL concepts and reference topic in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter.
Top |
Specifies the name of the database file to be displayed.
The possible library values are:
Top |
Specifies the name of the database file member to be displayed.
The possible values are:
Top |
Example 1: Displaying a Stream File
DSPF STMF('/mydir/myfile.txt')
This command will display file myfile.txt in directory mydir under the root directory.
Example 2: Displaying a Database File Member
DSPF FILE(MYLIB/MYFILE) MBR(MYMBR1)
This command will display member MYMBR1 of file MYFILE in library MYLIB.
Top |
*ESCAPE Messages
Top |