NAME
Read-SasOdsListing
SYNOPSIS
Gets the content of the SAS ODS listing.
SYNTAX
Read-SasOdsListing [-Workspace] <PSObject>
[<CommonParameters>]
Read-SasOdsListing [-AdvancedListing
[<SwitchParameter>]] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Workspace <PSObject>
SAS.Workspace object
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-AdvancedListing [<SwitchParameter>]
Switch if the ods listing line should also
contain information about the line type and
carriage controls
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters:
Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction,
WarningVariable,
OutBuffer and OutVariable. For more
information, see
about_CommonParameters
(http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------- Example 1 --------------
PS C:\> Read-SasOdsListing $ws
gets the SAS ods listing lines
-------------- Example 2 --------------
PS C:\> Read-SasOdsListing $ws -AdvancedListing
gets the SAS ods listing lines with advanced
information
RELATED LINKS