Posted: Mon Jan 16, 2006 6:05 am Post subject: length of PD??
Hey,everyone,I met this situation,I have a simple JCL like below which can run correctly in SYSTEM A, but after transfering this JCL to SYSTEM B and running it ,I got a ICE111A error.It seems like that 10 bytes length of PD is too long to DFSORT.???
ICE143I 0 BLOCKSET COPY TECHNIQUE SELECTED
ICE000I 1 - CONTROL STATEMENTS FOR 5740-SM1, DFSORT REL 14.0 - 14:24 ON MON JA
SORT FIELDS=COPY
OUTFIL FNAMES=SORTOUT,
OUTREC=(1,10,PD,EDIT=(SIIIIIIIIIIIIIIIT.TT),SIGNS=(,-,,),
¥
ICE111A E REFORMATTING FIELD ERROR
60X)
¥
ICE007A 0 SYNTAX ERROR
OPTION VLSHRT
ICE026I 1 SMF RECORD NOT WRITTEN TO THE SMF DATA SET(RC=36)
ICE052I 3 END OF DFSORT
Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Mon Jan 16, 2006 6:11 am Post subject:
Quote:
I have a simple JCL like below which can run correctly in SYSTEM A, but after transfering this JCL to SYSTEM B and running it ,I got a ICE111A error.It seems like that 10 bytes length of PD is too long to DFSORT.???
jacky_ying,
That is because System B does NOT have the latest PTF installed on it. Look at the second line in the errmsg you posted and compare it against the sysout run on system a.
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Mon Jan 16, 2006 11:01 am Post subject:
jacky,
You need DFSORT R14 PTF UQ95213 or z/OS DFSORT V1R5 PTF UQ95214 (Dec, 2004) in order to edit PD values larger than 8 bytes. It appears that System A has the Dec, 2004 PTF, but System B doesn't. Ask your System Programmer to install the PTF on System B (it's free). For complete details on all of the new DFSORT and ICETOOL functions available with the Dec, 2004 PTF, see:
Look at the second line in the errmsg you posted and compare it against the sysout run on system a.
Kolusu,
The ICE000I message only tells you if you're using DFSORT R14 or z/OS DFSORT V1R5. It does not tell you which PTFs are installed on either release. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum