Calling macro from aspx

  • Thread starter Thread starter Baskar
  • Start date Start date
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?
 
I think that a SAS or ASP.NET related newsgroup could answer this better.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top