> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Chase, John > Sent: Friday, September 23, 2005 9:33 AM > To: [email protected] > Subject: Re: Suppress carriage-control characters in SYSOUT? > > > > -----Original Message----- > > From: IBM Mainframe Discussion List On Behalf Of McKown, John > > > > > -----Original Message----- > > > From: IBM Mainframe Discussion List On Behalf Of Chase, John > > > > > > Hi, All, > > > > > > 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). > > > > > > Looking for ideas.... > > > > What program are you using to "copy a .PDF" into the SPOOL? > > OCOPY and IEBGENER so far. > > -jc-
Will that even work? We are talking about an Adobe Portable Document Format file, correct? In any case, there is always carriage control for a SPOOL file. If your program does not generate one (RECFM=? without a trailing A or M), the JES2 will use an ANSI carriage control character of x'40', or "print then space one line". Or maybe it uses machine control character of x'09', which is the same thing. I forget which. The only exception to the above is a program which uses a "carriage control" of x'5A', which is used for AFP (page mode) printing. I guess that I'm just confused again. I guess my brain has already gone into "vacation" mode. -- John McKown Senior Systems Programmer UICI Insurance Center Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its' content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- 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

