Running this created error below
data temp/view=temp;
set ccar.dupes_virtual_queue;
id=&nobs+_n_;
run;
22 data temp/view=temp;
23 set ccar.dupes_virtual_queue;
24 id=&nobs+_n_;
-
22
WARNING: Apparent symbolic reference NOBS not resolved.
ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string,
a numeric constant, a datetime constant, a missing value, INPUT, PUT.
25 run;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: DATA statement used (Total process time):
real time 0.04 seconds
cpu time 0.01 seconds
... View more