<sasads:DataSetList>

Generates the appropriate tags to represent a DataSetListInterface.

Syntax

<sasads:DataSetList
   [connection="java.lang.String"]
   [connectionObject="com.sas.rmi.Connection"]
   [id="value"]
   [instantiate="true|false"]
   [labelDisplayed="true|false"]
   [levelCount="int"]
   [library="java.lang.String"]
   [locale="java.util.Locale"]
   [ref="java.lang.String"]
   [sasFileDisplayed="true|false"]
   [scope="java.lang.String"]
   [typeDisplayed="true|false"]
   [typeFilter="java.lang.String"] />

Attributes

connection
connectionObject
idCase-sensitive name used to identify the object instance.
instantiate
labelDisplayedwhether the data set label is displayed.
levelCountThe number of levels included when a SAS file name is part of the SAS File List Interface.
libraryThe library used to populate the SAS File List Interface
locale
ref
sasFileDisplayedSpecifies whether the SAS File is displayed.
scope
typeDisplayedSpecifies whether the data set type is displayed.
typeFilterThe filter applied to the SAS File List Interface.

More Information

To view the documentation for the related InformationBean, see com.sas.sasserver.sasfilelist.DataSetListInterface.

If you need to subclass the tag handler class for the sasads:DataSetList tag, extend com.sas.taglib.sasserver.sasfilelist.DataSetListTag.