Cmdlets for SAS Data Sets

Build 24.0.9060

Add-SASDataSets Cmdlet

Parameters   Output Objects  

Inserts SAS Data Sets data.

Syntax

Add-SASDataSets [parameters]

Remarks

The Add-SASDataSets cmdlet allows you to use a syntax similar to SQL INSERT statements to create new SAS Data Sets records.

Add-SASDataSets -Connection $connection -Table "Account" -Columns @("Name") -Values @("Jon Doe")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060