I've change the SMPE Apply job (I06APSMP) to do an apply check.
The second apply check step gets a RC 12. GIM37903E ** APPLY PROCESSING FAILED FOR SYSMOD NY609MS BECAUSE IT HAS NO APPLICABLE +
Instead of having the SYSMOD in 2 statements like:
APPLY CHECK SELECT(C2D52MS) APPLY CHECK SELECT(NY609MS)
Put both the SYSMODS in the same select statement:
APPLY CHECK SELECT(C2D52MS,NY609MS)
The apply check needs both SYSMODs to run correctly.