BookmarkSubscribeRSS Feed
aromanyukha
Calcite | Level 5

Hi, I need 2 things from SASMA (user defined node for CI linked to stored process).

1) Handle and raise errors with user messaging regarding SAS and Oracle errors. I read documentation but will be thankfull for good approach (native and stable way to raise error with messaging)

2) Popup interactive example to show custom popup in CI (2 types yes/no and OK buttons) and read user action in sas code (stored process)

Regards.

 

2 REPLIES 2
shill
SAS Employee

You can raise errors in a process node by setting the "maerror" macro variable to a number > 0 (preferably above 10,000) and you can provide a message via the "mamsg" variable.

 

There is no capability to provide interactive dialog boxes in SAS code like that - and especially not in something that can be scheduled to run in batch.


Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF

View now: on-demand content for SAS users

Dmitry_Alergant
Pyrite | Level 9

From quite a technical description of what the author was looking for without an actual use case, it's unclear whether the standard functionality of configurable parameters (promts) of a stored process Process Node fulfills what they need to achieve, or not.      It's kind of pops up (when the user double-clicks at the process node), and the response is being processed in SAS code (when the node or campaign is executing), 

-------
Dmitriy Alergant, Tier One Analytics
How to improve email deliverability

SAS' Peter Ansbacher shows you how to use the dashboard in SAS Customer Intelligence 360 for better results.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1039 views
  • 0 likes
  • 3 in conversation