Hi Guys,
I'm developing a model in SAS ESP, and I need to add a simulated variable into a stream. Which window should I use, Compute or Calculate?
I have read that both windows are able to create new calculated variable. Does any one knows the differences between the two windows? And which one is better suited in my case?
By saying simulated variable, I mean this variable doesn't exist in the streaming data and I want to create it by using functions like Rand("normal", mean, sd).
I'm new to SAS ESP and so any suggestions/comments would be appreciated. Thank you very much in advance!