MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

length of PD??

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
jacky_ying
Beginner


Joined: 25 Jul 2004
Posts: 46
Topics: 20

PostPosted: Mon Jan 16, 2006 6:05 am    Post subject: length of PD?? Reply with quote

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.???

JCL:
Code:

//STEP030  EXEC PGM=ICEMAN
//SYSOUT   DD SYSOUT=X
//SYSPRINT DD SYSOUT=X                                     
//SORTIN   DD *                                                     
         %                                                         
/*                                                                 
//SORTOUT  DD SYSOUT=*                                             
//SYSIN    DD *                                                     
  SORT     FIELDS=COPY                                             
  OUTFIL   FNAMES=SORTOUT,                                         
           OUTREC=(1,10,PD,EDIT=(SIIIIIIIIIIIIIIIT.TT),SIGNS=(,-,,),
                   60X)                                             
  OPTION   VLSHRT                                                   
/*             

ERROR MSG:
Code:

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
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Mon Jan 16, 2006 6:11 am    Post subject: Reply with quote

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.

Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jacky_ying
Beginner


Joined: 25 Jul 2004
Posts: 46
Topics: 20

PostPosted: Mon Jan 16, 2006 6:17 am    Post subject: Reply with quote

I have compare the second line in the errmsg and DFSORT options, they are all same
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Mon Jan 16, 2006 6:19 am    Post subject: Reply with quote

jacky_ying,

You need the latest PTF of DFSORT

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Mon Jan 16, 2006 11:01 am    Post subject: Reply with quote

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:

www.ibm.com/servers/storage/support/software/sort/mvs/pdug/

Kolusu wrote:

Quote:
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
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group