Usage Note 22315: Using a SAS® data set in SAS/IML® or using a SAS/IML matrix in another SAS procedure
SAS® data sets can be read into SAS/IML® using the USE and READ statements and can be written from IML using the CREATE/USE and APPEND statements. The USE statement specifies which data set is the current data set. Once a data set has been identified with the USE statement, you can transfer its values into a matrix with the READ statement, or you can APPEND matrix values to the data set with the APPEND statement. If the data set to which you want to append values does not exist, you can create the data set with a CREATE statement and then use the APPEND statement to transfer the matrix values into the data set.
Specific information and alternative specifications for these tasks can be found in the Working with SAS Data Sets chapter of the SAS/IML User's Guide.
Operating System and Release Information
SAS System | SAS/IML Workshop | All | n/a | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Usage Note |
Priority: | low |
Topic: | Analytics ==> Regression Analytics ==> Transformations Analytics ==> Descriptive Statistics Analytics ==> Exploratory Data Analysis Analytics ==> Matrix Programming
|
Date Modified: | 2019-06-12 15:20:32 |
Date Created: | 2002-12-16 10:56:43 |