Publishing DS2 Source Code to SAS Micro Analytic Service

The DS2 source code submitted to SAS Micro Analytic Service should begin with
"ds2_options sas"
It should end with
"endpackage"
The code cannot contain DATA statements, PROC statements, or FedSQL connection strings. The source code should contain one and only one DS2 package, and this package can contain as many methods as desired.
It is a best practice to include a line feed character at the end of each source code line. This line feed character makes it easier to use compiler warning and error messages that include line numbers.