Batch Mode Simulation : The Simulation Control Program : The Structure Of The Simulation Control Program : Initialization Program Section

Initialization Program Section

This program section contains the statements (except Go commands) to be executed upon running the Simulation Control Program. All statements are contained within the keywords INIT and END INIT.

INIT
cc:= 23.6;
yy:= 4000;
gamma:= ‘light standard’;
SET INFINITE LOOP 50;
END INIT;