Currently you can hide some, but not all of these items by adding input parameters with names that correspond to the items. For example, the input parameter named "_ODSDEST" corresponds to item labeled "Output type".
Here is a list of the things you can hide, and the properties of the input parameters you need to add in order to hide them:
To hide the "Output type" item:
Label:
SAS variable name: _ODSDEST
Visible: No
Type: String
Default value:
To hide the "ODS style" item:
Label:
SAS variable name: _ODSSTYLE
Visible: No
Type: String
Default value:
To hide the "Graphics device" item:
Label:
SAS variable name: _GOPT_DEVICE
Visible: No
Type: String
Default value:
To hide the "Show SAS Log", "Show execution time", and "Show execution trace" items:
Label:
SAS variable name: _DEBUG
Visible: No
Type: String
Default value:
This must be done for each individual stored process.
We hope to have better support for customization in a future release.
Vince DelGobbo
SAS R&D