Creates three new columns named TEMP, VX, and VY, each containing 50 values. The values in the TEMP column are the sample values of the contents of column V1, the values of the VX column are the samples values of the contents of column V2, and the values of the VY column are the sample values of the contents of column V3.
|
Creates a new column named TEMP with values in the first five rows. Data is evenly sampled from rows 0-100 of column V1.
|
Creates two new columns named TEMP and VX, each with values in the first 250 rows. The values in column TEMP are evenly sampled from rows 1-400 of column V1, and the values in column VX are evenly sampled from rows 1-400 of column V2.
|
Copyright IBM Corporation 2013. All Rights Reserved.
|