HP3000-L Archives

April 2002, 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:
Doug Werth <[log in to unmask]>
Reply To:
Doug Werth <[log in to unmask]>
Date:
Thu, 25 Apr 2002 16:48:46 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (46 lines)
Tracy Johnson writes:

> On a large spoolfile converting to HTML,
> how does one get past the 10000 record
> limit that SF2HTML uses?
>
> Would it be an info string ... a parm ...
> or should I just pre-Build the default
> SFOUT file that SF2HTML creates with
> a larger size?
>
> Example of problem:
>
> run sf2htmlp.util;info="12994";parm=59
> SF2HTML  v06/22/1998  Beechglen Development Inc.
> Filename: SFOUT
> File status is 34
> END OF FILE ENCOUNTERED UPON WRITE [24,34] (COBERR 665)
> Program file: SF2HTMLP.UTIL.SYS
> END OF FILE  (FSERR 0)
<snip tombstone>

Use a ;DISC=nnnnnnn on a file equation, or pre-build the file.

Either of these will work:

    :build myhtml;disc=500000;rec=-256,,f,ascii
    :file sfout=myhtml,old;dev=disc
    :sf2htmlp 12294,59

or

    :file sfout=myhtml;save;disc=500000;rec=-256,,f,ascii
    :sf2htmlp 12294,59


HTH.

Doug.

Doug Werth                             Beechglen Development Inc.
[log in to unmask]                               Cincinnati, Ohio

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

ATOM RSS1 RSS2