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

Sorting a record of Length 32k


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

New User


Joined: 21 Mar 2006
Posts: 1

PostPosted: Fri Jun 30, 2006 5:21 pm
Reply with quote

Hi,

We are having a file with record length of 32K. These records are to be sorted on fields of length exceeding 4K. We are using DFSORT and the limit is 4K.

Following is the sort statement that is being used
SORT FIELDS=(12,4000,CH,A,4012,90,CH,A)

The message obtained is as follows
ICE189A 0 BLOCKSET REQUIRED BUT COULD NOT BE USED - REASON CODE IS 63

Is there any other method available to sort these huge files
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Fri Jun 30, 2006 7:10 pm
Reply with quote

Reason code 63 for ICE189A

Too many control fields were specified.

Do you have any other statements in your job? maybe you should show more.
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: Fri Jun 30, 2006 8:53 pm
Reply with quote

Quote:
We are having a file with record length of 32K. These records are to be sorted on fields of length exceeding 4K. We tried using DFSORT but the limit is 4K.


The limit is actually 4092 bytes (or 4088 bytes when EQUALS is in effect). The record length of 32K is irrelevant.

Quote:
Please let us know if there is any alternative method of sorting a file with 32k LRECL.


DFSORT can sort a file with 32K LRECL. However, it cannot sort with more than 4092 bytes.
Back to top
View user's profile Send private message
Alain Benveniste

New User


Joined: 14 Feb 2005
Posts: 88

PostPosted: Mon Jul 03, 2006 10:27 pm
Reply with quote

Frank,

Well I remember i posted something about this somewhere.
I need to look back in my archives.

Alain
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 Store the data for fixed length COBOL Programming 1
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
Search our Forums:

Back to Top