When batch jobs or packages are submitted for CAP processing, the SCL statements in these jobs must conform to the following requirements to process properly.
If you use wildcards in the element or member names, then actions against the same element may not be processed in statement order. For example, if you code the following, with the GEN following the ADD statement, the ADD may not complete before the GEN begins:
ADD ‘*’ TO ENV ‘TESTENV’ SYSTEM ‘TESTSYS’ SUBSYSTEM ‘TESTSBS’ TYPE ‘TESTTYPE’… GEN ‘*’ FROM ENV ‘TESTENV’ SYSTEM ‘TESTSYS’ SUBSYSTEM ‘TESTSBS’ TYPE ‘TESTTYPE’ …
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|