Hi, Does anyone have an example of the correct way to enter the syntax for '%syscall compcost'? Having a real hard time trying to find an example of this on the web! I've gone down the path of trial and error, and I've found that the following syntax at least doesn't trigger an error: %let a = insert; %let b = 1; %syscall compcost(a,b); However, the changes don't seem to be taking effect when I perform a COMPGED function. I know how to use compcost within a data step, but for the work I'm doing at the moment it will be more practical to modify the COMPGED values on the global scale using %syscall compcost. Can anyone help?
... View more