CA 7 startup with 12.0/12.1 CAL2D132W cannot find the valid version identification in the User Exit
search cancel

CA 7 startup with 12.0/12.1 CAL2D132W cannot find the valid version identification in the User Exit

book

Article ID: 131678

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

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?

Environment

CA/7 R12.0 and R12.1

Resolution

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 line

SASSVRSN VRSN=1