| Dovetailed Technologies | Solutions | Support | Contact Us |
You are here :: Home :: Solutions :: Co:Z Batch
Co:Z Batch is an IBM z/OS batch utility program that allows a Unix command or shell to be executed in a batch job step. As an alternative to confusing IBM utilities such as BPXBATCH, Co:Z Batch is designed to simplify the integration of z/OS Unix with batch jobs.
COZBATCH is an improved version and new name for the Dovetailed Technologies DTLSPAWN utility.
Download Co:Z
View the Co:Z Batch User's Guide
Visit this forum to ask a question
Get support information
View product Licensing
Co:Z Batch is a utility that is similar to BPXBATCH, however it offers several improvements:
| Feature | BPXBATCH | BPXBATSL | AOPBATCH | COZBATCH |
|---|---|---|---|---|
| Same address space | no | yes | yes | yes |
| STDOUT/STD to dataset/sysout | yes (1.7+) | yes (1.7+) | yes | yes |
| STDIN from dataset/sysin | no | no | yes | yes |
| Run a default login shell | yes | no (unless root) | no | yes |
| Run a Unix command without a shell | yes | yes | yes | yes |
| Set ENV vars from JCL vars | limited[1] | limited[1] | limited[1] | yes |
| PARM= args support quoting | no | no | yes | yes |
| Override(set) step return code | no | no | no | yes |
[1]
One or more ENVAR() LE runtime options may be specified on the
PARM to set environment variables using JCL variables.
The size of the entire PARM field is limited to 100 characters.