Using SAS Micro Analytic
Service involves five steps. The REST interface automatically handles
the first two.
-
Instantiate SAS Micro
Analytic Service.
-
Get a user or business
context. A user context is a module container, and provides an isolated
execution environment.
-
Create one or more module
contexts. A module context is a revision container, and represents
a DS2 package. A revision has an executable code stream with an entry
point for each DS2 package method, source code, and signature metadata.
-
For each module context,
create one or more revisions.
-