On 9/23/2005 10:20 AM, Chase, John wrote:
We're trying to copy a .PDF document into the JES2 spool (SYSOUT dataset)
for later printing, but so far have been unable to suppress the insertion of
ANSI carriage-control characters as the first byte of each record. We've
tried coding DD SYSOUT=A,DCB=RECFM=FB but that didn't work as expected. We
can't seem to find the correct reference manual to tell us how to accomplish
this, either (would it be a JES2 manual? the JCL Reference "sort of"
suggested the DCB=RECFM=FB sub-parm on the DD statement).
You cannot "copy" a .PDF file to SYSOUT, John. You would need to have a
PDF reader that can extract the text information and create a printout
of it.
All you can "copy" directly to a SYSOUT file is raw, unstructured text
(or possibly APF-formatted text, which PDF is not).
Walt
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html