Users often seek a mechanism to control or validate the content entered into the "command" field for command-type AutoSys jobs. The challenge arises because there is no direct Embedded Entitlements Manager (EEM) policy or built-in configuration option that has scope over the specific content of this field for command job definitions. This means that, by default, administrators lack granular control or enforcement over what commands can be specified by job creators.
While a direct EEM policy for the command field is not available, you can implement custom restrictions by utilizing the JIL Verification Exit utility. This utility allows you to code and integrate your own validation logic into the AutoSys Job Information Language (JIL) processing, effectively controlling the content of the command field during job definition submission or modification.
command attribute of command-type jobs. Your code can then apply desired validation rules (e.g., checking for specific commands, disallowed keywords, proper syntax, etc.).