After downloading both the HOLD data and full year of CARS data, the HOLD data was RECEIVED successfully.
The install member SCM7RECP pointed to the CARS and HOLD datasets in the JCL but completed with RC04 and these messages:
GIM24801W NO SYSMODS SATISFIED THE OPERANDS SPECIFIED ON THE RECEIVE COMMAND.
GIM20501I RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 04.
PTF content is missing
In the SCM7RECP job, the comments say:
//* Change the data set name 'SMPPTFIN' to the data set name that
//* contains the downloaded PTFs.
//*
//* If you are installing CA Recommended Service, the SMPPTFIN
//* DD needs to be updated to include the data set that includes
//* the ASSIGN statements.
This means SMPPTFIN needs to be a concatenated dataset where the first points to a PDS with the PTFs downloaded from Support Online, possibly using a date filter for the year.
The second points to the CA RS file with the ASSIGNs.
In the problem job this appeared:
//SMPPTFIN DD DISP=SHR,DSN=SYS2.ENDEVOR.V17R0.CAI.CARS.YEAR2016
But it needs to look like:
//SMPPTFIN DD DISP=SHR,DSN=ptf.dataset <<<<<------------------- required
// DD DISP=SHR,DSN=SYS2.ENDEVOR.V17R0.CAI.CARS.YEAR2016