Hey guys I am trying to sum the values of the 100th row of a SAS data set ,I created using the randfun function this is the code i have ,am i doing something wrong?
Q1A=X[+,100];print Q1A;
The log says ERROR: (execution) Invalid operand to operation.