B
Baskar
We have series of .SAS files (Macros), which produce output as graph
and datasets. In some cases the output dataset is fed to the next set
of Macros that gets executed. We need to call these Macros from .ASPX
files, pass some parameters and display the output (graph/data in
grid).
As per our knowledge this task can be accomplished with the help of SAS
Enterprise Guide 9.0 - Stored Process. Enterprise Guide 9.0 lets users
create Stored Process, which is sort of Wrapper Classes over the
Macros. These Stored Processes can be called from the UI and display
the results produced in HTM L format.
We wanted to know if Stored Process is an optimized approach. If yes,
then how to create and call them. If no, what are the other options to
call the Macro from UI and display the results?
and datasets. In some cases the output dataset is fed to the next set
of Macros that gets executed. We need to call these Macros from .ASPX
files, pass some parameters and display the output (graph/data in
grid).
As per our knowledge this task can be accomplished with the help of SAS
Enterprise Guide 9.0 - Stored Process. Enterprise Guide 9.0 lets users
create Stored Process, which is sort of Wrapper Classes over the
Macros. These Stored Processes can be called from the UI and display
the results produced in HTM L format.
We wanted to know if Stored Process is an optimized approach. If yes,
then how to create and call them. If no, what are the other options to
call the Macro from UI and display the results?