HP3000-L Archives

February 2004, Week 2

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:
Denys Beauchemin <[log in to unmask]>
Reply To:
[log in to unmask][log in to unmask], 14 Feb 2004 08:33:41 -0600673_- Brice Yokem <[log in to unmask]> wrote in message news:<[log in to unmask]>...
> Hemingway wasn't in the Republican, or any army or even the militias,
> as was Orwell. Hemingway was in Spain covering the war as a newspaper
> correspondant.
>
> ------------------
>
> I thought Hemmingway was a ambulance driver.

He drove an ambulance for a very short time during the Great War in
Italy in 1918. Not content with this, he volunteered to delivere candy
and cigars to the men in the trenches at the front. During one visit a
trench mortor blew up near him and the Italians, killing one [...]44_14Feb200408:33:[log in to unmask]
Date:
Fri, 13 Feb 2004 14:21:12 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (75 lines)
From what I can tell, Joe wants to create a circular file with 2
million+ records (2,112,679 to be exact), yielding a file size of just
under 400 MB.  Brian's message shows how he built the same file but only
for 500,000 record or about one quarter the size Joe wants.

Joe, I think you may be out of disk space.  Your first attempt tries to
allocate all the space by specifying that 32 extents be created.  The
second attempt tries to create the file in a default of 8 extents and
that breaks the maximum extent size or you may not have the contiguous
space required to create even the first extent.  Check DISCFREE.

Why don't you try:

:build joe;rec=-187,,f,ascii;rio;temp;disc=2112679,32,1    Thus
allocating only a single of 32 extents.

Denys

-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]]On
Behalf Of Brian Donaldson
Sent: Friday, February 13, 2004 11:48 AM
To: [log in to unmask]
Subject: Re: [HP3000-L] Is there any way to fix this statement?

On Fri, 13 Feb 2004 09:23:46 -0500, Joseph Dolliver
<[log in to unmask]> wrote:

>I am attempting to build this file and have tried different methods and
I
>get the same error. Is there anyway to get around the exceeds maximum?
>
>example #1
>
>build joe;rec=-187,,f,ascii;rio;disc=2112679,32,32;temp
>EXTENT SIZE EXCEEDS MAXIMUM  (FSERR 106)
>Build of file "JOE.DOCUMENT.SYS" failed. (CIERR 279)
>
>
>example #2
>
>:build joe;rec=-187,,f,ascii;rio;disc=2112679;temp
>EXTENT SIZE EXCEEDS MAXIMUM  (FSERR 106)
>Build of file "JOE.DOCUMENT.SYS" failed. (CIERR 279)
>
>Joseph Dolliver
>e3K Solutions, Inc.
>483 Hawk Ridge Lane
>Sykesville, MD 21784
>443-838-7613 cell
>410-549-1818 home
>[log in to unmask]
>
>* To join/leave the list, search archives, change list settings, *
>* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

:build joe;rec=-187,,f,ascii;rio;temp;disc=500000
:listftemp,2

TEMPORARY FILES FOR XXX.YYY,PUB

ACCOUNT=  YYY         GROUP=  XXX

FILENAME  CODE  ------------LOGICAL RECORD-----------  ----SPACE----
                  SIZE  TYP        EOF      LIMIT R/B  SECTORS #X MX

JOE               187B  FAR          0     500000   1        0  0  8
(TEMP)

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2