Add-SASDataSets Cmdlet
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")