Trying to unzip a SCART0.ZIP file with CAUNZIP fails with:
CAZIP19E: GIMZIP processing for NTS Failed with RC=12
In the SMPOUT there is this error:
GIM44336S ** AN UNUSUAL CONDITION OCCURRED. GIMJVCLT - java.lang.NoClassDefFoundError: com.ibm.smp.GIMJVGIN
The error indicates file GIMJVGIN.class is missing. This file is part of IBM's SMP/E component in USS.
Look at the job output for a message like this:
IGD104I HFS FILE WAS RETAINED, DDNAME IS (SMPCPATH)
FILENAME IS (/usr/lpp/smp/classes/)
That message indicates that GIMJVGIN.class is not located in /usr/lpp/smp/classes/.
/usr/lpp/smp/classes/ is the default location it will search if no SMPCPATH DD statement is defined in the JCL.
You need to check how SMP/E was installed in USS and find where that file is located.
Then add a SMPCPATH DD statement in the JCL to point to that location