Statement

A statement defines a unit of execution that establishes macros, schemas, tables or datasets, or list variables. Use statements to organize and control distinct functional components within your code.

Syntax
statement ::= macro_declaration 
                                        | generic_table_definition
                                        | list_variable_assignment
                                        | schema_definition
                                        | disable_delete_propagation