I'd like for a program to be able to access the information in the -notes- attached to a data file. As nearly as I can tell, there is no documentation in -notes- for how to do this, so perhaps someone has an alternative idea of how to accomplish the same end.
Here's the context: I'm generating a large number of simulated data files, each with _N =10,000, and I was planning to put into the -notes- of each simulated data file several pieces of descriptive information about that file (distributions of variables, etc.). Then, while using each data file for a series of bootstrap experiments, I would like to be able to extract the information from the -notes- as I use each file. Since I don't see any way to put a note into (say) a -local-, the only alternative I can think of is to create a string variable in each simulated data file, rather than a -note-, that contains the information. I guess that would work, but the string variable would use length(string) *10000*_N bytes, which is rather clumsy and a waste. Another way I've approached a problem like this is to put the -notes- information into the file name of each simulated data file, but that seems clumsy as well. Any other suggestions here?
Regards, Mike
Here's the context: I'm generating a large number of simulated data files, each with _N =10,000, and I was planning to put into the -notes- of each simulated data file several pieces of descriptive information about that file (distributions of variables, etc.). Then, while using each data file for a series of bootstrap experiments, I would like to be able to extract the information from the -notes- as I use each file. Since I don't see any way to put a note into (say) a -local-, the only alternative I can think of is to create a string variable in each simulated data file, rather than a -note-, that contains the information. I guess that would work, but the string variable would use length(string) *10000*_N bytes, which is rather clumsy and a waste. Another way I've approached a problem like this is to put the -notes- information into the file name of each simulated data file, but that seems clumsy as well. Any other suggestions here?
Regards, Mike
Comment