SMPE receive job was customized according to the instructions, but when executed it it is getting a RC=12 with the following errors:
GIM45800S ** PACKAGE SCMI1G0 WAS NOT FOUND IN THE SMPNTS.
GIM20501I RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 12.
The error says that the file it is looking for is not found. The file does exist on the system the JCl is executing on and the USS File is mounted.
The JCL being executed:
//*----------------------------------------------------------
//* SMP/E RECEIVE PRODUCTS
//*----------------------------------------------------------
//RCVBD EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M
//SMPJHOME DD PATHDISP=KEEP,
// PATH='/usr/lpp/java/'
//SMPCSI DD DISP=SHR,DSN=your.endevor181.CSI
//SMPNTS DD PATHDISP=KEEP,
// PATH='/u/users/endevor181/SCMI1G0/'
//SMPCNTL DD *
SET BOUNDARY ( GLOBAL ) .
RECEIVE SYSMODS FROMNTS(SCMI1G0)
SELECT (
CSIQI10 /*CA Endevor SCM */
CSIQI11 /*CA Endevor SCM Japanese Localization */
CSIQI12 /*CA Endevor SCM Natural Interface */
CSIQI13 /*CA Endevor SCM for Web Services */
) .
Release : 18.1
Component : CA Endevor Software Change Manager
To resolve the problem, the JCL that is currently being executed needs to be changed as follows:
//SMPNTS DD PATHDISP=KEEP,
// PATH='/u/users/endevor181/SCMI1G0/'
to
//SMPNTS DD PATHDISP=KEEP,
// PATH='/u/users/endevor181'