E Program Structure

A program is essentially a set of code in the Data Augmentation Scripts application that consists of specific elements.

The structure of a program includes the following elements:
Syntax
program ::= {   application_source_definition 
                                           | import_definition
                                           | include_definition
                                           | alias_definition
                                           | parameter_definition 
                                           | list_variable_assignment
                                           | statement 
                                         } ...

For application source definition details, see Table and Column Prefixes.