The very first character after the start delimiter is the directive indicator, which identifies the type of directive. The valid directives types are:
Use this directive to specify data to be placed into the page. The directive indicator is an = character after the start delimiter.
Use this directive to specify the general processing controls (such as the CONTROL statement). The directive indicator is an @ character after the start delimiter.
Use this directive if you want to use language statements that control logical processing of the page. The directive indicator is a blank character after the start delimiter.
Notes: