The DO Loop

Statistical programming in SAS with an emphasis on SAS/IML programs
Analytics
Rick Wicklin 3
Hello, World!

When programmers begin learning a new computer language, the first program they write is often one that prints the text “Hello, World!” Successfully writing a Hello World program assures the programmer that the software is successfully installed and that all necessary features are working: parsers, compilers, linkers, and so on.

1 165 166 167