just mean only at the first iteration (where the automatic variable _n_ is 1), copy variable (and value) from data set abc. Note the value will be retained.
Compare with the following:
If 0 then set abc; /*only copy variables, but no value*/
shiyiming 发表于 2013-12-27 02:39
just mean only at the first iteration (where the automatic variable _n_ is 1), copy variable (and va ...
I have the same question. But just look at here " Note the value will be retained.".How to maintain the value is not retained, as I just want one record from data set "abc"?