Why is CA Common Services (CCS) job AXEI0050, to validate the Earl Service install, abending with CSV003I REQUESTED MODULE SRAMMNGR NOT FOUND CSV028I ABEND806-04 JOBNAME=jobname STEPNAME=EARL?
The CA Earl Service validate job AXEI0050 SYSIN in both steps SAMP1 and SAMP2 specify "OPTION SORT = SRAM". If you intend to use SORT and not SRAM, modify AXEI0050. Either change the statement...
OPTION SORT = SRAM ... to... OPTION SORT = NOSRAM ... or comment the line by adding !, as follows... !OPTION SORT = SRAM
When SORT=NOSRAM (or there is no SORT=SRAM statement), the sort module SORT will be invoked and not the SRAM module SRAMMNGR. If you do not have CA SRAM installed (FMID CASR710 /* SRAM-SERVICE R7.1 */) then the CA SRAM modules would not and should not exist.