8.1.1.34 KIX_SPOOL_JOB_SUBMIT

This is a mandatory environment variable used for SPOOL functions. It indicates the command line for the spool files submission. The command line must contain the first mandatory %s symbol that refers to the spool file name and the second facultative %s symbol that refers to the CLASS.

For example:
KIX_SPOOL_JOB_SUBMIT=/my_path/my_shell_script -f %s -c %s

Note:

This script should be run in the batch execution environment. You can use “nohup” and “&” command to keep running the script in the background after you have logged out.