I am working on the code of "The little SAS book". I saved the code in /folders/myfolders/chap3/abc.sas. When I have a case, I want to copy the previous abc.sas to a new abc2.sas. I tried to use the save to feature, but the system will messed up. I also tried to use copy feature, it seems not friendly to use.
... View more