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

Run Unix/Linux Commands in SAS

Posted on May 17, 2015 in Computer Science • Tagged with programming, SAS, Unix, Linux, command

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. **

SAS can run Unix …


Continue reading

SAS Coding Style

Posted on May 17, 2015 in Computer Science • Tagged with programming, SAS, coding style

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. **

  1. CamelCase for procedure names …

Continue reading

Filesystem in MATLAB

Posted on Dec 14, 2012 in Computer Science • Tagged with filesystem, programming, MATLAB, file system

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

  1. Function path can be used to either display or modify the search path of MATLAB. Its functionality in MATLAB is similar to the functionality of environment variable …


Continue reading

Generating Random Numbers in SAS

Posted on Mar 10, 2015 in Computer Science • Tagged with programming, SAS, random number generating, RANDGEN, rand

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. **

CALL RANDGEN( result, distname …


Continue reading

Choose a Procedure for Modeling in SAS

Posted on May 10, 2015 in Computer Science • Tagged with programming, SAS, procedure, proc

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. **

  1. proc glm has many …

Continue reading