LISTFILES= Data Set Option
Specifies whether the CONTENTS procedure lists the
complete pathnames of all of the component files of an SPD Engine
data set.
Valid in: |
PROC CONTENTS only |
Default: |
NO |
Engine: |
SPD Engine only |
Syntax
Required Arguments
- YES
-
lists the complete
pathnames of all of the component files of an SPD Engine data set.
- NO
-
does not list the pathnames.
Details
The LISTFILES= data
set option is used only with the SPD Engine and the CONTENTS procedure
to list the complete pathnames of all of the component files of an
SPD Engine data set.
Example: LISTFILES Option
proc contents data=hrdept.names (listfiles=yes);
The following CONTENTS procedure output shows the complete pathnames
of all of the component files:
CONTENTS Procedure—Output Section 1
CONTENTS Procedure—Output Section 2
CONTENTS Procedure—Output Section 3