Syntax
SEPOPT=nn,
Description
This parameter specifies special banner page print options for TCP/IP printers. Note that this parameter can be specified multiple times for the same printer node. The valid values are:
If used with TCPDRIV=DISK/XCOM/FTP/C:D, form feeds match the carriage control attribute assigned to the file that is being processed. For CC=A, the form feeds are written as x'F1'. For CC=M, the form feeds are written as x'8B' in the beginning separator pages and x'89' in the end separators. All other lines in CC=M files have x'09' assigned as carriage control.
If you use SEPOPT=10, any other specified SEPOPTS are ignored.
If you include both SEPOPT=10 and a separator page (SEP) option from 2-7 in the Printer Node parameter, the effect of the SEP option changes.
Note: The purpose of adding this alternate format is to supply separator page logic in ESFU010 that is separate from the main code path. This option provides the ability to modify the separator page format without the need to imbed new code within the code that supports the rest of CA Spool's specialized SEPOPT processing.
Additional form feeds, other carriage control and formatting PCL can be added within the TSALT constants IN ESFU010. Short PCL formatting strings can be added inline by reviewing the comments within the SEPOPT=10 code in ESFU010. By default, SEPOPT=10 creates a separator with block letters for the file name and Job id. In addition, a 25 line detail box is written containing information on the file being printed. The detail box is 79 characters wide. File attributes are written starting in column 18 so that 60 character Output statement fields will fit within the box. In ESFU010, conditional assembly variable &NOBLOCK can be set to bypass the creation of the block letter sections of the separator. This will occur when &NOBLOCK is set to 1.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|