Running RESTORE job and it is failing with a CC=12 in the RSTR step. Output shows the following:
ERROR: Unrecognized SAS option name SASROOT.ODS. ERROR: Unrecognized SAS option name &. ERROR: (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED. ERROR: Unable to initialize the SAS kernel.
Environment
Release: Component: MBAS
Cause
This error implies that USS is either not setup as part of SAS 9.4 or the JCL is missing the TKMVSENV DD.
Resolution
Add //TKMVSENV DD DISP=SHR,DSN=&SASENV above the //CONFIG DD in JCL and resubmit job.