Hi Curly,
The SimpleCmd framework has full access to the job properties. The "retrywork" option is one of those job properties. You can modify the xsibatch.py simplecmd script around lne 443 to set this "retrywork" job property directly.
# Modify Job properties
cmdjob.properties['retrywork'] = 1
Regards,
Scot