HP3000-L Archives

November 1999, Week 1

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:
Joseph Rosenblatt <[log in to unmask]>
Reply To:
Date:
Wed, 3 Nov 1999 09:30:04 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (42 lines)
Ron Horner replied:
>An easy way is to use MPEX with the ALTFILE command.  ALTFILE
COPYLIB;FLIMIT=EOF+10000

MPEX is not part of the FOS. MPEX is a Third Party solution. I could not
imagine being without it until I took my current position and am without it.
There only good thing about not having MPEX is that it teaches you what MPE
can do.

Here is a way to expand a KSAM file without MPEX.
For KSAM/3000 (Compatibility Mode)
1. :FCOPY FROM=KSAMFILE;TO=HOLDFILE;NEW
2. :LISTF KSAMFILE,2
3. In KSAMUTIL:
        a. >VERIFY KSAMFILE (I use 4)
        b. > Purge KSAMFILE
        c. > BUILD KSAMFILE (using specs from verify and new limit)
4. :FCOPY FROM=HOLDFILE;TO=KSAMFILE

For KSAM XL (Native Mode)
1. :FCOPY FROM=KSAMFILE;TO=HOLDFILE;NEW
2. :LISTF KSAMFILE,2
3. :LISTF KSAMFILE,7 (This shows the KSAM values)
4. :PURGE KSAMFILE
5. :BUILD KSAMFILE (using specs from verify and new limit)
6. :FCOPY FROM=HOLDFILE;TO=KSAMFILE

This may be a complicated process but its the best one I know. I hope this
helps.
 -----Original Message-----
        From:   Boris Kortiak [SMTP:[log in to unmask]]
        Sent:   Tuesday, November 02, 1999 3:58 PM
        To:     [log in to unmask]
        Subject:        Copy library full, how do I expand it.

        I'm trying to add another file to my copy libraries.  COBEDIT exits
with an error before completing.  Checking with KSAMUTIL shows that the
number of records = EOF.  How do I expand this file to allow for more
records?

        TIA

ATOM RSS1 RSS2