IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Keep getting message ICE027A in DFSORT


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
tampakenny

New User


Joined: 15 Feb 2006
Posts: 11
Location: Tampa, FL

PostPosted: Wed Oct 04, 2006 3:05 am
Reply with quote

I'm trying to throw together a sort to build a quote and pipe-delimited extract for one of my users. My input lrecl is 250. I keep getting message ICE027A, as shown below. I'm sure I've either hosed the outrec statement or missed something obvious in my haste. Any ideas or is additional info needed? Thanks in advance.

Code:
ICE143I 0 BLOCKSET     COPY  TECHNIQUE SELECTED                               
ICE000I 1 - CONTROL STATEMENTS FOR 5740-SM1, DFSORT REL 14.0 - 17:28 ON TUE OCT
            INCLUDE COND=(137,3,CH,EQ,C'171')                                 
            SORT FIELDS=COPY                                                   
            OUTREC FIELDS=(C'"',1,4,C'"|"',5,2,C'"|"',32,5,C'"|"',42,8,C'"|"',
                   56,20,C'"|"',133,12,C'"|"',145,6,C'"|"',171,6,C'"|"',       
                   185,7,PD,EDIT=(TTTTTTTTTTT.TT),C'"')                       
ICE201I E RECORD TYPE IS F - DATA STARTS IN POSITION 1                         
ICE027A 6 END OF          FIELD BEYOND MAXIMUM RECORD LENGTH                   
ICE052I 3 END OF DFSORT     
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Wed Oct 04, 2006 4:16 am
Reply with quote

I don't see anything wrong, and in fact, when I run your control statements using an input file with FB/250, I get a RC=0.

The ICE027A indicates you have a field that's beyond the end of the record length as defined by the LRECL. My guess would be that you really don't have an FB/250 file as input.

Try running with just the SORT statement (an easy way to do that is to add an END statement after the SORT statement) and see what the ICE088I tells you your SORTIN LRECL is. I'd be very surprised if it's really 250.
Back to top
View user's profile Send private message
tampakenny

New User


Joined: 15 Feb 2006
Posts: 11
Location: Tampa, FL

PostPosted: Wed Oct 04, 2006 6:28 pm
Reply with quote

As suggested, the input file was not 250. It helps when one is actually given the correct dataset name to use in the jcl. D'oh! It is currently running now that I actually have an input file of FB/250. Thanks as always for your assistance.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Wed Oct 04, 2006 8:39 pm
Reply with quote

Glad I could help.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts DFsort help with SUM() DFSORT/ICETOOL 12
Search our Forums:

Back to Top