Copy Data in SAS

Posted on Aug 28, 2015 in Computer Science • Tagged with programming, SAS, copy, dataset, datasets, data step

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

/* copy data using the …

Continue reading

Number of Observations in a SAS Dataset

Posted on May 17, 2015 in Computer Science • Tagged with programming, SAS, observation, number, dataset

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

proc sql;
    select count …

Continue reading

Sharing Data in SAS

Posted on May 17, 2015 in Computer Science • Tagged with programming, SAS, data, dataset, macro

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

There are bascially 2 …


Continue reading