HP3000-L Archives

January 1997, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chris Hill <[log in to unmask]>
Reply To:
Chris Hill <[log in to unmask]>
Date:
Tue, 21 Jan 1997 15:54:47 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (27 lines)
Joe Geiser wrote:
>
> I have a strange requirement to sort a rather large file, with an
> extremely large record length as denoted in the screenshot below.
> SORT.PUB.SYS and of course, COBOL SORT (which uses SORTLIB) both abort due
> to the lack of Stack Space.
>
> Since SORT is *still* CM, and I've tried the maximum ;STACK= and ;MAXDATA
> parameters, and they are set to the max in SYSGEN, does anyone in this
> esteemed community have any clue how to possibly get around this little
> problem (other than cutting the file down to size, which is my *last*
> resort).  It seems to me that SORT should be able to handle something like
> this...
>
> TIA,
>
> Joe
> ----------------------------------------------------------------------
Joe,

If memory serves me right sort/3000 uses a temporary disc file called
sorter, try using a file reference ie.  :file sorter;disc=50000
this will allow sort/3000 to exceed the default disc limits for the
number of records.  Hope this helps.

Chris

ATOM RSS1 RSS2