Limited support

   

BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.

BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Batch Optimizer (Advanced and Standard) 2.9.

NOSERIALIZE statement

The NOSERIALIZE statement instructs Job Optimizer to allow the step to run in parallel with other steps. The NOSERIALIZE statement does not affect the step being targeted to a specific image (with a TARGET JTL statement or a TARGET statement in the UCF member).

You can specify NOSERIALIZE at the step level.

Typically, you use SERIALIZE in the UCF member to force the steps that are associated with a program (PROGRAM) or a DD statement (DDNAME) to run serially (not concurrently with other steps). To override the global nature of the UCF member, include the NOSERIALIZE JTL statement at the step level (after the EXEC PGM statement) of a job to instruct Job Optimizer to allow the step to run in parallel with other steps.

Because JTL statements override UCF statements, you can use the NOSERIALIZE JTL statement to override a SERIALIZE statement in the UCF member.

The NOSERIALIZE statement has the following syntax:

//*BSLCNTL NOSERIALIZE

Related topic

Was this page helpful? Yes No Submitting... Thank you

Comments