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.
To start with, that is not SAS syntax. With out seeing the data set you might want
or