Sometimes, we may need to record some scalars associated with a dataset, such as the value of a parameter we used to calculate some variables in the dataset. Is there a good way to store these scalars in the same dataset? Creating a variable to store a scalar (gen var1=scalar1) does not seem an efficient solution since it stores many copies of the same value. I thought of storing values in label definitions, but it sounds like a kludge. I hope there are good solutions. Thank you.
-
Login or Register
- Log in with
Comment