|
Problem |
Message IGW01513T appears during SMPE
receive of WebSphere® Application Server for z/OS® and OS/390®. This
message is produced by utility IEBCOPY while copying relfiles to TLIB
(target library).
Here is part of the IEBCOPY job log output:
IEB1135I IEBCOPY FMID HDZ11F0 SERVICE LEVEL UW81747 DATED 20010911
DFSMS 02.10.00 z/OS 01.02.00 HBB7705 CPU 2064
IEB1035I XXCEREC SMPER1 15:07:15 WED 26 JUN 2002 PARM=''
COPY OUTDD=SMPTLIB,INDD=SMPPTFIN SMPTLIB - 16
******** Lots and lots of IEBCOPY control cards ending with
S M=((BBO3CTXX,,R),(BBO3CVT,,R),(BBO3ECB,,R),(BBO3ENDC,,R))
S M=((BBO3ENQ,,R),(BBO3ENQP,,R),(BBO3ENQS,,R),(BBO3FRES,,R))
S M=((BBO3GETS,,R),(BBO3MPPG,,R),(BBO3MSUP,,R),(BBO3MVS,,R))
S M=((BBO3PCBA,,R),(BBO3PCBT,,R),(BBO3POST,,R),(BBO3PPT,,R))
S M=((BBO3PPT1,,R),(BBO3PSE,,R),(BBO3PST,,R),(BBO3REL,,R))
S M=((BBO3SBCC,,R),(BBO3SBCP,,R),(BBO3SETS,,R),(BBO3SMFI,,R))
S M=((BBO3SRVP,,R),(BBO3SSAF,,R),(BBO3SSFP,,R),(BBO3STBS,,R))
S M=((BBO3STCK,,R),(BBO3STMR,,R),(BBO3SWCH,,R),(BBO3TCB,,R))
S M=((BBO3TIME,,R),(BBO3WAIT,,R),(BBO3WTL,,R),(BBO3XFR,,R))
IEB1013I COPYING FROM PDSU INDD=SMPPTFIN VOL=IC0847 DSN=IBM.F16
IEB1014I TO PDSE OUTDD=SMPTLIB VOL=ZSUP21
DSN=SMPE.WAS401.H28W401.F16
IGW01513T RECFM INCOMPATIBLE -- INPUT RECFM = U OUTPUT RECFM = FB
IGW01550I 0 OF 1388 SPECIFIED MEMBERS WERE LOADED
IEB1130E A TERMINATING MESSAGE FROM PDSE PROCESSING APPEARS ABOVE --
DIAGNOSTIC INFORMATION IS X'28060000'
IEB151I JOB HAS TERMINATED WITH ERROR(S) |
|
Cause |
Output PDSE was FB (fixed block) instead of U
(undefined) |
|
Solution |
This error is the result of the output PDSE's record
format being forced to Fixed Blocked when it should be
Undefined. If you have a DFSMS ACS routine which controls the
allocation of the PDSE datasets and forces the PDSE's record format to FB
you will have this problem.
You can resolve this problem if you use an DFSMS ACS routine to ensure
PDSEs are created with RECFM=U, then SMPE receive will complete
successfully.
|
|
|
|
|
|
|