Login
Roast topics
Find topics
Find it!
From:
The DO Loop
(Uncensored)
subscribe
Everything you wanted to know about writing SAS/IML modules - The DO Loop
https://blogs.sas.com/content/iml/2015/06/17/everything-about-modules.html
links
backlinks
Roast topics
Find topics
Roast it!
One of the fundamental principles of computer programming is to break a task into smaller subtasks and to modularize the program by encapsulating each subtask into its own function.