With this release, the online user exit modules are validated at startup to ensure that they are assembled with the current version of the CA 7 macros. The exit verification scans the loaded module for the exit name followed by the release number in the format Rvv.n. For this release, that release number is R12.0. If this 13-byte value is not found within the first 256 bytes of the load module, the user exit is “disabled” and is not called. This situation could lead to unpredictable results in your installation.
Note: You can use SASSVRSN to generate the required 13-byte value.
The reason for the verification check is because the “legacy” records of CA 7 r11.3 have changed format, with the expansion of the schedule, user, and JCL index numbers (SCHID, UID, JCLID). Thus, the record formats under r11.3, if used, would result in the use of bad data in your exit.
To continue using the exits, ensure that you have accounted for the expanded ID fields. Assemble the exits using the CA WA CA 7 Edition Version 12.0 CAL2MAC library. Ensure that the exit contains the 8-byte exit name immediately followed by R12.0.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|