Upgrading Workload Automation CA 7 to version 12.1 . Following error is received running job AL2DCA30 in step RTVCAT:
DDRTVC0048 -RTV CARD NOT FOUND
z/OS
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.