HP3000-L Archives

July 1996, 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:
Tad Bochan <[log in to unmask]>
Reply To:
Tad Bochan <[log in to unmask]>
Date:
Tue, 23 Jul 1996 14:39:37 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
Hi  Paul,
I had this problem with a variable-length record file once and using debug
I found a block without the -1 (FFFFh) terminator. I patched the block
at where I thought the -1 was supposed to be, and wallah, it was ok.
You should be able to do this with a spoolfile.
 
             FILE   x=Oxxxxxx.out.hpspool;copy
             debug   map *x
 
   Use the dv command to find the bad block (you can use fcopy beforehand
   to give you an idea of where the block is)
   When you find the block and where the terminator should be, just use
                       MV   xxxx.yyyyyyyy,1,,$FFFF0000
    then           UNMAP 1
                        C
    The spool file should then be able to print.
 
You will probably get better solutions, but if you dont, dont hesitate to write
back.
 
Cheers, Tad.

ATOM RSS1 RSS2