Hello! I'm a new user to sas simulation studio. I have searched this question online but couldn't find an answer. What I am trying to do is to build a transportation simulator. There are packages at different locations that need to be picked up by trucks from different locations. I want to implement an optimization algorithm to assign packages to trucks at the end of each simulation day based on locations of trucks. Then trucks will pick up packages based on the assigned routes the next day. Is such thing achievable in simulation studio? E.g., use proc optmodel or just greedy heuristics in simulation studio? Thanks!
I never called a SAS program from SimStudio, but I would try the following:
Use SAS Program Block, triggering SAS code execution at the end of the simulation day with the InSubmitCode port.
Use InQueueData or InServerData ports together with Stats Collector Blocks or Dataset Writer Block to provide data from SimStudio to the SAS program.
Use Dataset Holder Block to read data into SimStudio provided by the SAS program.
Hi Gergely,
Thanks for replying! I'm actually just giving it a shot as we are trying to build a toy model and the management team prefers simulation studio over Python for the first attempt. I will update when I have a chance to implement your idea.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.