%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
'The following three lines of code are used to make sure that this page is not cached on the client.
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1
if session("UID")="" then
Response.Redirect "Logon.htm"
Response.End
end if
%>
Vivace E-business Showcase
Data-Driven Supply Chain Simulation Process
The Data-driven supply chain simulation process is similar to traditional simulations in that it has to carry out all the tasks a traditional simulation will do. However it is also different in that data has to be prepared in certain formats and programming coded to automatically create simulation models. The following is the data-driven simulation process flow for the Supply Chain Model Builder (SCMB ).