GIM23800E SMP/E PROCESSING FROM THE library LIBRARY TO THE library LIBRARY FAILED FOR enttype entname IN SYSMOD sysmod. THERE IS AN INCONSISTENCY IN THE DATA ATTRIBUTES. REASON CODE IS rtncode. DATE yy.ddd — TIME hh:mm:ss
Explanation
- library
- ddname of the library from which the data was to be copied
- library
- ddname of the library to which the data was to be installed
- enttype
- entry type
- entname
- entry name
- sysmod
- SYSMOD ID
- rtncode
- reason for the failure
- yy
- year
- ddd
- Julian day
- hh
- military hour
- mm
- minutes
- ss
- seconds
SMP/E command processing failed for the indicated
element. The reason codes and their meanings are:
- 02
- The input and output data sets must have either a partitioned or sequential organization.
- 03
- The record format of the input data set is not supported by SMP/E. The supported formats are F, FB, FS, FBS, FA, FBA, FM, FBM, V, VB, VA, VBA, VM, VBM, VS, and VBS.
- 04
- A data set with record format VS must have a record length at least as large as that of the data set from which it is copying the element.
- 05
- A data set with record format VBS must have a block size equal to that of the data set from which it is copying the element.
- 06
- The record format of the output data set is not compatible with
the record format of the input data set. Compatible record formats
are:
- INPUT
- OUTPUT
- F, FB
- F, FB, FS, FBS, FA, FBA, FM, FBM, V, VB, VA, VBA, VM, VBM
- FS, FBS
- F, FB, FS, FBS, FA, FBA, FM, FBM, V, VB, VA, VBA, VM, VBM
- FA, FBA
- F, FB, FS, FBS, FA, FBA, V, VB, VA, VBA
- FM, FBM
- F, FB, FS, FBS, FM, FBM, V, VB, VM, VBM
- V, VB
- F, FB, FS, FBS, FA, FBA, FM, FBM, V, VB, VA, VBA, VM, VBM
- VA, VBA
- F, FB, FS, FBS, FA, FBA, V, VB, VA, VBA
- VM, VBM
- F, FB, FS, FBS, FM, FBM, V, VB, VM, VBM
- VS
- VS
- VBS
- VBS
- 07
- The record length and block size of the library are not compatible. If the data set is fixed format, the block size must be evenly divisible by the record length. If the data set is variable format, the block size must be at least 4 larger than the record length.
- 08
- The input data is not completely defined (that is, its data set organization, record format, or record length is zero).
- 09
- The output data set organization is not defined.
System action
SYSMOD processing stops.
Programmer response
Correct the inconsistent data set attribute.