Upgraded to CA-7 r12.0 on one of our test systems. Checking out messages that seem unusual.
One such message is 'CAL2D132W'
cannot find valid version identification in user exit SASSXXLX, SASSXXFF, SASSXX02 or SASSXX05.
This exit is of course the Logon exit.
When I look up CAL2D132W it essentially says the message occurs because the source code for that exit does not have SASSVRSN at the top.
Can you validate this?
CA/7 R12.0 and R12.1
The recommendation is to code SASSVRSN VRSN=1 at the top.
A new option with 12.0 and 12.1 requires the user exits to have the identifier near the beginning of the exit.
In the source code under the line "USING SASSXX01,R10"
add the following lineSASSVRSN VRSN=1