A sas program contains SAS statements. Typically multiple statements that create steps etc. But a SAS program could have a single statement, such as any global statement.
For example, a program with single title statement is still a program, and it would run.
title "hello" ;
The Boston Area SAS Users Group is hosting free webinars!
A sas program contains SAS statements. Typically multiple statements that create steps etc. But a SAS program could have a single statement, such as any global statement.
For example, a program with single title statement is still a program, and it would run.
title "hello" ;
The Boston Area SAS Users Group is hosting free webinars!