Hej everybody. I have a quick question on how to efficiently create a test data set. I am working remotely with confidential data and I would like to create a fake data set with the same data structure so that I can do some programming on my local computer. As potentially many tables are affected, I would like to automatize this procedure as far as possible. Basically, I would like to do the following: 1. generate some code that creates a data set with the same variables/data types (a simple proc sql- describe table may do?) 2. save mean, std, and correlations (of number variables) and detect string data types of other variables. 3. create random data with the same of the statistical attributes of the original data. 4. the code should be flexible so that I can adjust it easily for different tables. Any help is highly appreciated!! Thanks Daniel
... View more