Hi,
I am getting below error while trying Submit CLX20RCB to receive SMP/E base functions for OPS/MVS.
GIM42401I THE FOLLOWING PARAMETERS WERE SPECIFIED ON THE EXEC STATEMENT FOR GIMSMP: 'DATE=U'.
SET BOUNDARY ( GLOBAL ) .
GIM20501I SET PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 00.
RECEIVE SYSMODS FROMNTS(CLXD5G0)
SELECT (
CCLXD50 /*CA OPS/MVS Base */
CCLXD53 /*CA OPS/MVS CICS Operations Facility */
) .
GIM35306E ** SMPTLIB SMPETEMP.CCLXD50.F1 WAS NOT ALLOCATED BECAUSE ERROR CODE 4714 WAS ISSUED BY DYNAMIC ALLOCATION.
GIM54701E ** ALLOCATION FAILED FOR SMPTLIB - IKJ56245I DATA SET SMPETEMP.CCLXD50.F1 NOT ALLOCATED, NOT ENOUGH SPACE ON
VOLUMES+.
GIM54701E ** ALLOCATION FAILED FOR SMPTLIB - IKJ56245I USE DELETE COMMAND TO DELETE UNUSED DATA SETS.
GIM35306E ** SMPTLIB SMPETEMP.CCLXD53.F1 WAS NOT ALLOCATED BECAUSE ERROR CODE 4714 WAS ISSUED BY DYNAMIC ALLOCATION.
GIM54701E ** ALLOCATION FAILED FOR SMPTLIB - IKJ56245I DATA SET SMPETEMP.CCLXD53.F1 NOT ALLOCATED, NOT ENOUGH SPACE ON
VOLUMES+.
OPS/MVS
The RECEIVE job failed because a temporary data set could not be allocated due to a volume space constraint. Recommend choosing a different DASD volume/pool, or working with site Storage Admin/Team to ensure use of a volume that has adequate space.
Per IBM Documentation:
GIM35306E SMPTLIB smptlib WAS NOT ALLOCATED BECAUSE ERROR CODE errcode
WAS ISSUED BY DYNAMIC ALLOCATION.
Explanation:
smptlib data set name
errcode error code issued by dynamic allocation
An error occurred during dynamic allocation, when SMP/E tried
to allocate the SMPTLIB data set to load relative files for a
SYSMOD. If the error code is 0220, the relfile tape data set
has the same name as the RFDSNPFX data set. This is because
the RFDSNPFX on the header MCS statement has the same value
as the DSPREFIX for the SMPTLIB data set.
Error codes from dynamic allocation fall into the following
ranges:
Codes Meaning
0000-00FC Information reason codes
0021-0029 CATALOG or UNCATALOG unsuccessful
0031-0038 Delete unsuccessful
0100-01FC I/O error
0200-02FC System resources not available
0300-03FC Invalid parameter list
0400-04FC Environment error
1704-17FF LOCATE error
4704-4780 DADSM error
47A8-47AC RACF error
47B0 DADSM error
5704-571C CATALOG error
6704-6714 OBTAIN error
7700 Subsystem error
7704-770C SCRATCH error
8700-9728 System error
System Action: SYSMOD processing stops.
Programmer Response: If the error code is 0220, change the
DSPREFIX value and rerun the job. For more information about
other error codes, see z/OS MVS Programming: Authorized
Assembler Services Guide, SA22-7608. Message GIM54701E
accompanies this message and contains information about the
allocation failure.
************ Additional information for this item appears below: *************
----------------
********************* Text Below Copyright (c) 2020, IBM *********************
GIM54701E svc99fn FAILED FOR library - errmsg.
Explanation:
svc99fn SVC99 function that failed
library ddname of the library
errmsg the text of the error message from the message
processing facility of SVC 99 that shows the reason
for the failure
An error occurred during processing of an SVC99 (the dynamic
allocation SVC) function for the indicated library.
Note: This message is issued for each buffer of information
returned from the message processing facility of SVC
99.
System Action: A subsequent message identifies the system
action.
Programmer Response: Fix the error and rerun the job.
Note: Multiple SYSPRINT data sets may be allocated for an
APPLY or RESTORE command that has cross-zone work to
use the File Allocation report to determine if the
SYSPRINT allocation was for the set-to zone or whether
it was for a cross-zone. Fix the SYSPRINT allocation
that was in error.
****************************** BOTTOM OF DATA *******************************