aaw icon indicating copy to clipboard operation
aaw copied to clipboard

SAS : Allow X command

Open Eric-Fecteau-Statcan opened this issue 3 years ago • 0 comments

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.

Eric-Fecteau-Statcan avatar Oct 21 '22 12:10 Eric-Fecteau-Statcan