News

The following example uses simple list input to create a SAS data set named GEMS and defines four variables based on the data provided: data gems; input Name $ Color $ Carats Owner $; datalines; ...
Calculate a value for variable WeightLoss2. Begin the data lines. Signal end of data lines with a semicolon and execute the DATA step. Print data set WEIGHT2 using the PRINT procedure. Execute the ...