Batch Mode Simulation : The Simulation Control Program : The Structure Of The Simulation Control Program : The Program Header

The Program Header

The Program Header consists of the PROGRAM keyword followed by an identifier naming the program. The header has no impact on the execution of the program.

PROGRAM identifier;