Menu

Read-SasLog

Andreas Menrath
NAME
    Read-SasLog

SYNOPSIS
    Gets the content of the SAS log.

SYNTAX
    Read-SasLog [-Workspace] <PSObject> 
    [<CommonParameters>]

    Read-SasLog [-AdvancedLog [<SwitchParameter>]] 
    [<CommonParameters>]


DESCRIPTION



PARAMETERS
    -Workspace <PSObject>
        SAS.Workspace object

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false

    -AdvancedLog [<SwitchParameter>]
        Switch if the log 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-SasLog $ws


    gets the SAS log lines

    --------------  Example 2  --------------

    PS C:\> Read-SasLog $ws -AdvancedLog


    gets the SAS log lines with advanced information


RELATED LINKS

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.