Upgrading CA 7 from release 11.3 to 12.1 and I receive the following error running job AL2DCA30 in step RTVCAT:
DDRTVC0048 -RTV CARD NOT FOUND
Release : 15.1
Component : CA Datacom/AD
The error message DDRTVC0048 indicates the -RTV transaction was either omitted or misspelled.
The input to the DDRTVCAT step should have the following 3 lines, the -RTV should be on the 3rd line:
//SYSIN DD *
-USR DATACOM-INSTALL,NEWUSER
-CXX CATALOG,DATABASE,CA7770(T999)
-RTV BASIS,CA7770,CASQLDEF
/*
Check that the -RTV line is there and is coded exactly as above.