Frank,

We had problems with TXT2PDF leaking storage, but it would take several
documents before it would run out for us.  Leland Lucius and I found that
 in
T2PNEVAL line 30 (comment) and 31 (AGO) were added to SKIP freeing storag
e
because someone had a problem with that at some point in time.  Delete th
ose
lines, and run T2PMACUP to rebuild the MACLIB and COMPASM to rebuild the
T2PCOMP module and it should fix the leak.

We also run it from a pipe and convert up to a 100,000 record limit, and
that is in an 8M VM.  I use 'COMPRESS 5'.

source_file = 'READER FILE' fileid 'HOLD'

/* CC varies based on SPOOL FILE characteristics */

/* Run TXT2PDF in pipe */
'PIPE' source_file '|',       /* Using RDR file */
  'REXX (TXT2PDF EXEC)',
  'ORIENT L COMPRESS 5' cc_opt,
  'PAPER LET/WHITEBAR PAGE n/SP',
  'CONFIRM NO',
  '| > OUTPUT PDF A'

Reply via email to