I am using SAS simulation studio 13.2 for the development of business model.
In simulation process, I would like to create or update data table.
For example, the below table shows the number of buses owned by company on time 0 (I read this data via Observation Source template).
Model Year |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
NO of Buses |
5 |
8 |
10 |
15 |
16 |
20 |
11 |
4 |
3 |
2 |
1 |
1 |
Every year, the company determines bus inventory decisions. For example, after 1 year if the company disposes five 5-year old buses and purchase three new buses, then the above table looks as below.
Model Year |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
NO of Buses |
3 |
5 |
8 |
10 |
15 |
11 |
20 |
11 |
4 |
3 |
2 |
1 |
1
|
I would like to update status of bus inventory every defined time period in simulation process.
Woule you please let me know how to do it?
Thank you for all comments.