I want to split by large dataset randomly into two new dataset in the ratio of 70% - 30%.
Basically I need to allocate 70% of random values from large dataset to the newdataset1 and 30% of the random values from largedataset to the newdataset2.
Can you please help with a SAS code that will help me achieve it.
A dummy code will really help..
Proc SQl or SAS statement. Anything will work with me.