aaw
aaw copied to clipboard
SAS : Allow X command
Is your feature request related to a problem?
Currently, SAS Studio in the SAS image is started with the -noxcmd option (default for SAS Studio). This option blocks the SAS X commands (the ability to use Unix comands).
Describe the solution you'd like
Remove the -noxcmd, since we already have all the permissions to do this on the image from the command line. This would make running a SAS script, in conjunction with some CMD, much better.
Describe alternatives you've considered
The alternative is to pause SAS every time you need to do a cmd command. You therefore can't automate anything.