*********************************************************************
*    IMPORTANT !!!
*
* The following things must be done when a new parameter is added or
* deleted:
* 1. Make sure the parameter is added to the config schemas:
*    common\ldap\ctdsldap.at.conf.
* 2. Update the parameter in transformer/config/transformer.ini file
*    in the common.
* 3. If the parameter is needed in CTD4MF you must move it to MF.
*    to CTD.V610.MSGENG($$CLIQUE) for testing,
*    The error codes in the MF can be found in
*    SCM.DEV.I610.IOA.MAC(CTDCQFM)
*    a CHGBMC fix should be created for SCM.DEV.I610.IOA.MSGnnn for
*    all languages.
* 4. When parameter is modified, consider to update dal_rcl to allow
*    backward compatibility. Make the program work correctly without
*    this parameter.
***********************************************************************
*
*
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
*
*
*  Report Clique Build - coding rules
*
*  1. The member contains information in positions 1-72 of every line.
*  2. Each Line in the member is of a certain type. The types are as
*     following:
*     a. Comment line - starts with '*' in the first position and
*        contains any characters in the rest of line. Can appear in any
*        part of the member.
*     b. Type line - contains type of definition. Type line must precede
*        attributes lines. The used definitions types are:
*        @FORMAT  (The report format for example common, AFP, XRX ..)
*        @DISPLAYG (a group of a few parameters that will be displayed
*                   together)
*        @KEYWORD (a parameter in the Report Clique)
*        - Appearance of new type line ends the description of the
*          previous type.
*        - One or more @KEYWORD description can follow a @DISPLAYG
*          description.
*        - One or more @DISPLAYG description can follow a @FORMAT
*          description.
*        - Each @KEYWORD has a few attributes lines.
*     c. Attributes line - contains one or more pairs KEYWORD=VALUE;
*        - The certain keywords can be repeated.
*        - A value starts immediately after '='.
*        - The value must be escaped with ';'.
*        - Any character between '=' and ';' is part of the value.
*        - A value cannot continue on another line.
*        - The same KEYWORD= can appear several times after one @KEYWORD
*          The VALUE's of those KEYWORD= will be concatenated as one
*          in the same order of the appearance of KEYWORD=.
*          This will give the affect of continuation .
*
*     d. The following are the available attributes:
*        - NAME     the parameter internal name, Mandatory. Uppercase.
*        - TITLE    the name that will be displayed to the user.
*                   Mandatory
*        - TYPE     EDIT - text data.
*                   NUM  - a number.
*                   COMBO - a list of options.
*                   NONE - a field that can only be displayed not edited
*        - MANDATORY the parameter mandatory Y or N.
*        - RENDERSET does changing this parameters requires
*                   retransforming the report.
*        - MIN      Minimum valid value in case of TYPE NUM.
*                   Minimum length in case of TYPE EDIT.
*        - MAX      Maximum valid value in case of TYPE NUM.
*                   Maximum length in case of TYPE EDIT.
*        - DEFAULT  Default value. Mandatory for TYPES NUM and COMBO.
*                   For TYPE EDIT if not specified the default is empty.
*        - UPPERCASE does the parameter needs to be Uppercased, Y or N.
*                   default is N.
*        - HELP     a long description of the parameter that will be
*                   displayed for help.
*
*
@FORMAT
NAME=COMMON;
OS390=Y;
*
@DISPLAYG
TITLE=1. General Parameters ;
*
@KEYWORD
NAME=REPORTCLIQUENAME;
TITLE=Report Clique Name;
TYPE=EDIT;
MANDATORY=Y;
RENDERSET=N;
MIN=1;
MAX=12;
DEFAULT=Untitled;
UPPERCASE=Y;
HELP=The name of the Report Clique, up to 12 characters, ;
HELP=allowed characters : "a"-"z" "A"-"Z" "0"-"9" "-" "_";
*
@KEYWORD
NAME=OWNER;
TITLE=Owner of Report Clique ;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=8;
UPPERCASE=Y;
HELP=User ID of the Report Clique owner.;
*
@KEYWORD
NAME=CHANGEDATE;
TITLE=Report Clique Change Date;
TYPE=NONE;
MANDATORY=Y;
RENDERSET=N;
MIN=8;
MAX=8;
UPPERCASE=Y;
HELP=The date the Report Clique was created or last updated.;
*
@KEYWORD
NAME=CHANGETIME;
TITLE=Report Clique Change Time;
TYPE=NONE;
MANDATORY=Y;
RENDERSET=N;
MIN=8;
MAX=8;
UPPERCASE=Y;
HELP=The time the Report Clique was created or last updated.;
*
@KEYWORD
NAME=PAGEWIDTHININCHES;
TITLE=Page Width In Inches;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
DEFAULT=0;
HELP=The page width, measured in inches. If the page width ;
HELP=is smaller than the report width, the report is truncated. ;
HELP=If the page width is larger than the report width, the ;
HELP=page has extra space. ;
HELP=Notes:- In text reports, the width does not affect text view.;
HELP=      - The parameter does not influence Xerox reports.;
HELP=Range: 0 to 256;
HELP=Default: 0. This indicates that the width of the report ;
HELP=page is taken from the report definition.;
*
@KEYWORD
NAME=PAGEHEIGHTININCHES;
TITLE=Page Height In Inches;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
DEFAULT=0;
HELP=The page height, measured in inches. If the page height ;
HELP=is smaller than the report height, the report is truncated. ;
HELP=If the page height is larger than the report height, the ;
HELP=page has extra space. ;
HELP=Notes:- In text reports, the height does not affect text view.;
HELP=      - The parameter does not influence Xerox reports.;
HELP=Range: 0 to 256;
HELP=Default: 0. This indicates that the height of the report ;
HELP=page is taken from the report definition.;
*
@KEYWORD
NAME=OS390RESOURCELIBLISTNAME;
* TITLE=OS390 - Resource Library List Name;
TITLE=OS390 Resource Library List Name;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=1;
MAX=8;
DEFAULT=*;
UPPERCASE=Y;
HELP=The name of a set of System Resource Libraries on the z/OS ;
HELP=platform, from which all default resources are taken. ;
HELP=The name can be up to 8 characters, blanks are not allowed. ;
HELP=The name must be defined in a $$TRNRES member in the CONTROL-D ;
HELP=PARM library using the following structure:   ;
HELP=+++Library Set name (up to 8 bytes, can be a mask.);
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=RESLIB=library name for Resource Manager (default is %PREFD..%VERD;
HELP=.RESLIB );
HELP=Report Format , Resource Type =  Library name ;
HELP=                                              ;
HELP=The +++ can be defined more than once, for different Library Sets.;
HELP=RESLIB can appear once for each Library set section.;
HELP=Report Format , Resource Type =  Library name  can appear many;
HELP=times;
HELP=The default value for OS390ResourceLibSetName is *.;
*
@KEYWORD
NAME=FAILONMISSINGRESOURCES;
TITLE=Fail on missing resources;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Never;
VALUE=Always;
VALUE=Decollate;
DEFAULT=Decollate;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Specifies whether the transformation fails if non-critical ;
HELP=resources are are missing. The following options are available: ;
HELP=Never  - never fails even though the non-critical resources are ;
HELP=         missing. ;
HELP=Always - always fails whenever the non-critical resources are ;
HELP=         missing. ;
HELP=Decollate - if the non-critical resources are missing, fails when ;
HELP=         decollating, but not when only viewing. ;
*
@KEYWORD
NAME=DEFAULTRESDIR;
TITLE=Default Resource Directory;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
HELP=Full paths of a directory that contains all default resources.;
HELP=WIN(windows full path),UNIX(unix full path) ;
HELP=Optional. This parameter is not valid for OS/390;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
*
@DISPLAYG
TITLE=3. Row Col Parameters ;
*
@KEYWORD
NAME=ROWCOLNROWS;
TITLE=Number of Rows;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=10;
MAX=500;
DEFAULT=150;
HELP=The number of rows that the image will be divided into. ;
HELP=Range: 10 to 500;
HELP=Optional. Default: 150.;
*
@KEYWORD
NAME=ROWCOLNCOLUMNS;
TITLE=Number of Columns;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=10;
MAX=500;
DEFAULT=150;
HELP=The number of columns that the image will be divided into.;
HELP=Range: 10 to 500;
HELP=Optional. Default: 150.;
*
@KEYWORD
NAME=ROWCOLTEXT_0_DEGREES;
TITLE=Text Orientation 0;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Indicates if text that is written in orientation 0 will be ;
HELP=displayed in the Row Columnized page. Optional. Default: Yes ;
*
@KEYWORD
NAME=ROWCOLTEXT_90_DEGREES;
TITLE=Text Orientation 90;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
HELP=Indicates if text that is written in orientation 90 will be ;
HELP=displayed in the Row Columnized page. Optional. Default: Yes ;
*
@KEYWORD
NAME=ROWCOLTEXT_180_DEGREES;
TITLE=Text Orientation 180;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
HELP=Indicates if text that is written in orientation 180 will be ;
HELP=displayed in the Row Columnized page. Optional. Default: Yes ;
*
@KEYWORD
NAME=ROWCOLTEXT_270_DEGREES;
TITLE=Text Orientation 270;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
HELP=Indicates if text that is written in orientation 270 will be ;
HELP=displayed in the Row Columnized page. Optional. Default: Yes ;
*
@KEYWORD
NAME=ROWCOLFONTSTOIGNORE;
TITLE=Fonts To Ignore;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
UPPERCASE=N;
HELP=A list of fonts, separated by commas, that will not ;
HELP=appear in the Row Columnized page. Optional. ;
HELP=For AFP fonts the font name has to begin with C0. ;
HELP=For example specify C0H1001B even if the font name is ;
HELP=C1H1001B.;
HELP=Default: None (all fonts will be included) ;
MIN=0;
MAX=256;
*
@KEYWORD
NAME=ROWCOLINCLUDEEXTERNALOVERLAYS;
TITLE=Include External Overlays;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
HELP=Indicates if the text from external overlays will be ;
HELP=included in the Row Columnized page. Optional. Default: Yes;
*
@KEYWORD
NAME=ROWCOLINCLUDEINTERNALOVERLAYS;
TITLE=Include Internal Overlays;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
HELP=Indicates if the text from internal overlays will be ;
HELP=included in the Row Columnized page. Optional. Default: Yes;
*
@KEYWORD
NAME=ROWCOLINCLUDECOMMENTS;
TITLE=Include Comments in Rowcol Page;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=Indicates if to add the report comments at the end of the ;
HELP=rowcol page, in orientation 0;
HELP=In Afp, this applies to the data from the TLE and NOP records;
HELP= Optional. Default: No;
*
@DISPLAYG
TITLE=4. Rendering Parameters ;
*
@KEYWORD
NAME=ROTATION;
TITLE=Rotation;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=0;
VALUE=90;
VALUE=180;
VALUE=270;
DEFAULT=0;
HELP=Degrees of clockwise rotation (0, 90, 180, 270). Default: 0.;
*
@KEYWORD
NAME=SHADOWING;
TITLE=Shadowing;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
VALUE=OnlyHigh;
DEFAULT=OnlyHigh;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Influence Shadowing Patterns :  ;
HELP=Yes - Shadowing always appears ;
HELP=No  - Shadowing never appears ;
HELP=OnlyHigh - Shadowing only appears in High resolution output ;
*
@KEYWORD
NAME=SHADOWINGSTYLE;
TITLE=Shadowing Style;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Gray;
VALUE=Pattern;
DEFAULT=Gray;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Influence PDF Shadowing Style :  ;
HELP=Gray   - Shadowing is displayed as a solid gray color. ;
HELP=         This option is recommended for most cases, except ;
HELP=         if there is shadowing over an image, because it is not ;
HELP=         Transparant.;
HELP=Patten - Shadowing is displayed as the original pattern of lines.;
HELP=         This option similar to previous releases. ;
HELP=Default Gray.;
*
@KEYWORD
NAME=SOLIDREGIONABOVETEXT;
TITLE=Solid Shading Region Above Text;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Enable renderring Solid Shadning PolyRegion and ;
HELP= Solid Shading ArcRegion on top of report's text. ;
HELP=Yes   - Solid Shading PoliRegion and ;
HELP=        Solid Shading ArcRegion ;
HELP=        will be on top of report's text.;
HELP=      - Text of report will be on top of Solid Shading PoliRegion ;
HELP=        and Solid Shading ArcRegion;
HELP=Default No.;
*
@KEYWORD
NAME=AFPRENDERBYORDER;
TITLE=Render by order of AFP objects;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Enable renderring of objects in report ;
HELP= in the same order as the report was created. ;
HELP=Yes   - The renderring of objects in AFP report;
HELP=        will be the same order as in the report.;
HELP=Default Yes.;
*
@KEYWORD
NAME=AFPRECBNDS;
TITLE=Use records' boundires of AFP;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Ignore data in AFP report ;
HELP= which is out of records' boundaries. ;
HELP=Yes   - The data outside of boundaries;
HELP=        will be ignored.;
HELP=Default Yes.;
*
@KEYWORD
NAME=HALFTONE;
TITLE=Half Tone;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The algorithm for drawing the bitmap images.;
HELP=Yes - HALFTONE algorithm will be used, allowing gray shading.;
HELP=No  - BLACK ON WHITE algorithm will be used, without using any ;
HELP=      gray shading. ;
HELP=Optional. Default Yes.;
*
@KEYWORD
NAME=MAXRENDERPAGES;
TITLE=Max Render Pages;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
MIN=1;
MAX=9999999;
DEFAULT=2000;
HELP=Maximum number of pages to Transform under WebAccess Server.;
HELP=Transformation is stopped and the message specified in the ;
HELP=maxrndr.tbl file in the default resource directory, is added ;
HELP=as a last page. ;
HELP=Range: 1 to 9999999;
HELP=Default: 2000;
*
@KEYWORD
NAME=FONTMAPPINGTABLENAME;
TITLE=Font Mapping Table Name;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=8;
DEFAULT=FONTMAP;
UPPERCASE=Y;
HELP=Name of the table that is used for font mapping. ;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The table is created using the Font Mapping Editor of ;
HELP=CONTROL-D/Desktop;
HELP=Optional. Default: FONTMAP ;
*
@KEYWORD
NAME=SPLITWORDS;
TITLE=Split Words;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Whether or not to split words and recalculate their location.;
HELP=Yes - Split words according to blanks. ;
HELP=      Useful when original font is wider than rendering font, and ;
HELP=      the report has tables. Results in a larger PDF.;
HELP=No  - If there is one blank between words, leave as a sentence.;
HELP=Default No.;
*
@KEYWORD
NAME=COLOR;
TITLE=Color;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Specifies whether the resulting output is in color. ;
HELP=Yes - The colors in the original report are displayed in the PDF ;
HELP=      or HTML. ;
HELP=No  - The output is in black and white only.;
HELP=Default Yes.;
*
@KEYWORD
NAME=FONTFILENAME;
TITLE=Font File Name;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
DEFAULT=Default;
UPPERCASE=N;
HELP=This parameter is used for Text reports and for AFP reports.;
HELP=For Text reports ;
HELP=---------------- ;
HELP=The name of the font file that is used for the text, when ;
HELP=transforming a Text report to PDF. ;
HELP=Default - Uses the default font specified by the Report ;
HELP=          Encoding\Language parameter;
HELP=          Default for LATIN1 reports is cour.ttf (Courier New);
HELP=Notes: - Font file name should be specified including extension.;
HELP=       - if True Type Fonts Collection (TTC) is used, ;
HELP=         Font Name parameter must be set. ;
HELP=       - True Type Fonts Collection (TTC) can be used only in ;
HELP=         UNICODE mode;
HELP=       - The font should be found in transformer/res directory ;
HELP= ;
HELP=For AFP reports ;
HELP=--------------- ;
HELP=The default font that will be used, when a default font is ;
HELP=not specified by the AFP MCF identifier. ;
HELP=The font file name should specify a true type font filename, ;
HELP=without the .ttf extension, and should be found in the ;
HELP=transformer/res directory (with the .ttf extension). ;
HELP=For example cour should be specified for Courier New ;
HELP=times for Times New Roman. ;
HELP=Default - Uses Courier New with font size 12 ;
*
@KEYWORD
NAME=FONTSIZE;
TITLE=Font Size;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=1;
MAX=99;
DEFAULT=10;
HELP=The size of the font in points. ;
HELP=Valid values are 1 to 99 ;
HELP=Optional. Default is 10 for text reports and 12 for AFP.;
*
@DISPLAYG
TITLE=5. PDF Rendering Parameters ;
*
*
@KEYWORD
NAME=ADDBACKGROUNDIMAGE;
TITLE=Add Background Image;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=Y;
MIN=0;
MAX=256;
DEFAULT=None;
UPPERCASE=N;
HELP=A name of an image or images that will be added cyclically over ;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=report pages of a pdf file. ;
HELP=The images should reside in the default resource directory ;
HELP=(installation/transformer/res). For example, copy.gif . ;
HELP=The image name should be specified without " " , and without ;
HELP=the full directory path. ;
HELP=The supported image types are those supported by PDFlib (gif, ;
HELP=tif, jpg, png, bmp). ;
HELP=The image is displayed from the left bottom corner of the ;
HELP=page as is. If the image is a high-resolution image, or larger ;
HELP=than the page size, the image name should start with "fit_" . ;
HELP=When image name begins with a "fit_" prefix, it is scaled by the ;
HELP=transformer to the page size. ;
HELP=Parameter is Optional. Default: No Image;
HELP= ;
HELP=The format is:MODE1=(ImageCycle1),MODE2=(ImageCycle2),MODE3= ;
HELP=(ImageCycle3)     ;
HELP=where MODE can be one of the following: ;
HELP=  DEC - the image is added in decollation/distribution. (For PDF ;
HELP=        reports, images are added during decollation, all other ;
HELP=        report formats (Text, AFP, Xerox, Postscript and PCL) ;
HELP=        images are added during distribution.) ;
HELP=  VIEW- image is added when viewing under CONTROL-D/WebAccess ;
HELP=  PRINT- the image is added when printing under ;
HELP=         CONTROL-D/WebAccess Server ;
HELP=If MODE is not specified, the image is added when viewing and ;
HELP=printing (for backward compatibility). ;
HELP=ImageCycle has the following format: ;
HELP=(NONE|image_file_name1,O|I),(NONE|image_file_name2,O|I) ;
HELP=,(NONE|image_file_name3,O|I);
HELP=where: ;
HELP= NONE              no image is added to the report page ;
HELP= image_file_name   specifies the image file name including the ;
HELP=                   file extension. ;
HELP= O   (letter  O  as in  Over ) specifies that the image is ;
HELP=     placed over the page as a watermark. Optional. Default. ;
HELP= I   (letter  I  as in  Inserted ) specifies that the image ;
HELP=     is inserted as an additional page following the report page.;
HELP=     Optional. (Valid only for VIEW and PRINT) ;
HELP= Notes: ;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=1. Under the DEC option the image must be transparent. ;
HELP=2. Only DEC is supported for documents that are in PDF format in ;
HELP=the CONTROL-D/Repository. ;
HELP=3. When viewing/printing under CONTROL-D/WebAccess Server, ;
HELP=if a report section is extracted (under index), the cyclic ;
HELP=images are applied to the pages extracted, and not ;
HELP=according to the page numbers in the original report. ;
HELP=Examples: ;
HELP=1. AddBackgroundImage=VIEW=((Image1.gif,O),(Image2.gif,O)), ;
HELP=PRINT=((Image1.gif,O),(Image2.gif,O)) ;
HELP=or ;
HELP=AddBackgroundImage=Image1.gif,Image2.gif ;
HELP=Image1 is added over all odd pages and Image2 is added over all ;
HELP=even pages. The images are added when viewing and printing the ;
HELP=reports. ;
HELP=2. AddBackgroundImage=VIEW=(Image1.jpg,NONE) ;
HELP=When viewing, Image1.jpg is added over all odd pages, but no ;
HELP=images are added to any of the even pages. ;
HELP=3. AddBackgroundImage=Image1.png,Image2.png,Image3.png ;
HELP=When viewing and printing, Image1.png is added over pages 1, 4, 7;
HELP=and so on ..., Image2.png is added over pages 2, 5, 8, and so ;
HELP=on...., Image3.png is added over pages 3, 6, 9, and so on.....;
HELP=4. AddBackgroundImage=((Image1.gif,O),(Image2.gif,I)) ;
HELP=When viewing and printing, Image1.gif is added over every ;
HELP=original page, which is then followed by an additional page ;
HELP=inserted with Image2.gif on it. ;
*
@KEYWORD
NAME=PDFVERSION;
TITLE=PDF Version;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=Y;
MIN=0;
MAX=12;
UPPERCASE=N;
DEFAULT=Auto;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The Version of created PDF file.;
HELP=Auto - The lowest required version according to parameters will ;
HELP= be set.;
HELP=Valid options: Specific options (1.3, 1.4, 1.5....).;
HELP=Encryption algorithm and key length supported: ;
HELP=For PDF 1.3 (Acrobat 4) RC4 with 40-bit keys is used. ;
HELP=For PDF 1.4 (Acrobat 5) RC4 with 128-bit keys is used. ;
HELP= This requires Acrobat 5 or above. ;
HELP= For PDF 1.5 (Acrobat 6) RC4 with 128-bit keys is used. ;
HELP=This is the same key length as with PDF 1.4, ;
HELP= but a slightly different encryption method ;
HELP=  will be used which requires Acrobat 6. ;
HELP=For PDF 1.6 (Acrobat 7) and above the Advanced Encryption ;
HELP=  Standard (AES) with 128-bit keys will be used. ;
HELP=Encryption is used, when masterpassword is specify.;
*
@KEYWORD
NAME=PDFPRINT;
TITLE=Print;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
VALUE=Default;
DEFAULT=Yes;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The Print option of PDF file.;
HELP=Yes - PDF documents can be printed.;
HELP=No  - PDF documents cannot be printed.;
HELP=Default is Yes;
*
@KEYWORD
NAME=PDFCOPY;
TITLE=Copy;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
VALUE=Default;
DEFAULT=Yes;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The Copy option of PDF file.;
HELP=Yes - Text in PDF documents can be copied.;
HELP=No  - Text in PDF documents cannot be copied.;
HELP=Default is Yes;
*
@KEYWORD
NAME=PDFMODIFY;
TITLE=Modify;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
VALUE=Default;
DEFAULT=Yes;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The Modify option of PDF file.;
HELP=Yes - PDF documents can be modified by Acrobat.;
HELP=No  - PDF documents cannot be modified by Acrobat.;
HELP=Default is Yes;
*
@KEYWORD
NAME=PDFASSEMBLY;
TITLE=Assembly;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
VALUE=Default;
DEFAULT=Default;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The Assembly security option of PDF file (1.4 and above).;
HELP=Yes - PDF documents can be modified by Acrobat.;
HELP=No  - PDF documents cannot be modified by Acrobat.;
HELP=Default is Yes;
*
@KEYWORD
NAME=PDFACCESSCOPY;
TITLE=Copy for Accessibility;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
VALUE=Default;
DEFAULT=Default;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The Copy for Accessibility option of PDF file (1.4 and above).;
HELP=Yes - Text in PDF documents can be copied.;
HELP=No  - Text in PDF documents cannot be copied.;
HELP=Default is Yes;
*
@KEYWORD
NAME=PDFCOMMENT;
TITLE=Commenting;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
VALUE=Default;
DEFAULT=Default;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The Commenting security option of PDF file.;
HELP=Yes - PDF documents can be commented by Acrobat.;
HELP=No  - PDF documents cannot be commented by Acrobat.;
HELP=Default is Yes;
*
@KEYWORD
NAME=PDFHIRESPRINT;
TITLE=High Resolution Printing;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
VALUE=Default;
DEFAULT=Default;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The High Resolution Printing security option ;
HELP=of PDF file (1.4 and above).;
HELP=Yes - High Resolution Printing in PDF documents is allowed.;
HELP=No  - High Resolution Printing in PDF documents is not allowed.;
HELP=Default is Yes;
*
@KEYWORD
NAME=PDFFORMFIELD;
TITLE=Filling of the form fields;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
VALUE=Default;
DEFAULT=Default;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The Filling of the form fields security option ;
HELP=of PDF file (1.4 and above).;
HELP=Yes - Filling of form fields in PDF documents is allowed.;
HELP=No  - Filling of form fields in PDF documents is not allowed.;
HELP=Default is Yes;
*
@KEYWORD
NAME=PDFFONTSUBSETTING;
TITLE=Font Subsetting;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The option of subsetting gives possibility to embed only those ;
HELP=characters of a font, that are actually used in the PDF document ;
HELP=instead of all characters.;
HELP=Yes - enable subsetting.;
HELP=No  - disable subsetting.;
*
@KEYWORD
NAME=PDFPNGIMAGES;
TITLE=PDF Put images in PNG format;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=This parameter decides if images in pdf, will be in;
HELP=png format.;
HELP=Optional. ;
*
@KEYWORD
NAME=PDFMASTERPASSWORD;
TITLE=Master Password;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=Y;
MIN=0;
MAX=32;
UPPERCASE=N;
DEFAULT=NONE;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=If the master password if set, it is required to change any ;
HELP=security settings, such as permissions, user, or master password.;
HELP=If master passport is not set, However security settings, such as;
HELP=permissions are set, mater password value will be: nopass.;
*
*
@KEYWORD
NAME=PDFUSERPASSWORD;
TITLE=PDF User Password;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=127;
UPPERCASE=N;
DEFAULT=NONE;
HELP= Defines the user password for pdf file;
HELP= for pdf versions 1.3-1.7 password should be ;
HELP= Latin1 and till 32 characters.;
HELP= for pdf versions 1.7ext3 and above, password;
HELP= can be unicode and till 127 characters.;
*
@KEYWORD
NAME=PDFRESOLUTION;
TITLE=PDF Resolution;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
MIN=72;
MAX=300;
DEFAULT=300;
HELP=The resolution of the bitmap file in the PDF. High resolution ;
HELP=produces better quality images. Low resolution produces a ;
HELP=smaller file. Min: 72. Max: 300.;
*
@KEYWORD
NAME=PDFRASTER;
TITLE=PDF Raster;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=None;
VALUE=All;
VALUE=Graphics;
VALUE=Text;
DEFAULT=None;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Specifies which elements are rastered on a bitmap ;
HELP=and inserted into the PDF as a background image.;
HELP=None     - all elements are drawn on the PDF as PDF elements: ;
HELP=           + Rastered text that is not mapped by the fontmap.tbl ;
HELP=             will be inserted into the PDF file as TYPE3 fonts.;
HELP=           + Graphics elements are drawn as PDF graphic ;
HELP=             elements.;
HELP=All      - all elements except mapped fonts, are rastered ;
HELP=           on a bitmap and inserted into the PDF as a background ;
HELP=           image.;
HELP=Graphics - all graphics elements (such as lines and filled areas) ;
HELP=           are rastered on a bitmap and added to the PDF as a ;
HELP=           background image. Other elements are drawn on the ;
HELP=           PDF as PDF elements.;
HELP=Text     - all rastered text are rastered on a bitmap and ;
HELP=           added to the PDF as a background image. Other elements ;
HELP=           will be drawn on the PDF as PDF elements;
HELP=Default: None;
*
@KEYWORD
NAME=ENCODING;
TITLE=Encoding;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=Y;
DEFAULT=NONE;
UPPERCASE=N;
MIN=0;
MAX=32;
HELP=Text encoding in the PDF file ;
HELP=NONE       iso8859-1 (Latin 1) - default ;
HELP=UNICODE    (All characters ) ;
HELP=  ;
HELP=TEXT to PDF under z/OS  ;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=In z/OS the text is EBCDIC single byte with encoding according ;
HELP=to the LANGUAGE CODPAGE parameter that is specified in the ;
HELP=IOAPARM member in the IOA PARM library (MCT). When doing Text to ;
HELP=PDF transformation, the text is translated to UTF8 if UNICODE ;
HELP=is specified, or to one of the below supported encoding. ;
HELP=(The translation is done with the IOAUCODE routine ). ;
HELP=  ;
HELP=the following are supported encoding for backwards compatibility:;
HELP= ;
HELP=cp864      (MS-DOS Arabic) ;
HELP=cp1250     (Central Europe) ;
HELP=cp1251     (Cyrillic) ;
HELP=cp1252     (Latin 1) ;
HELP=cp1253     (Greek) ;
HELP=cp1254     (Turkish) ;
HELP=cp1255     (Hebrew) ;
HELP=cp1256     (Arabic) ;
HELP=cp1257     (Baltic) ;
HELP=cp1258     (Viet Nam) ;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=iso8859-10 (Latin-6 variation of Latin-4 and supports the Nordic ;
HELP=            area) ;
HELP=iso8859-13 (Latin-7 supports Baltic languages) ;
HELP=iso8859-14 (Latin-8 supports Celtic) ;
HELP=iso8859-15 (Latin-9 variation of Latin-1 which adds the Euro ;
HELP=  character as well as some missing French and Finish characters);
HELP=iso8859-16 (Latin-10 supports  Hungarian, Polish, Romanian, and ;
HELP=            Slovenian) ;
HELP=iso8859-2  (Latin-2 supports  Slavic languages) ;
HELP=iso8859-3  (Latin-3 supports  Esperanto and Maltese) ;
HELP=iso8859-4  (Latin-4 supports Estonian, the Baltic languages, ;
HELP=            Greenlandic, and Lappish) ;
HELP=iso8859-5  (Latin-5 supports Bulgarian, Russian, and Serbian) ;
HELP=iso8859-6  (Latin-6 supports Arabic, but not Persian or ;
HELP=            Pakistani/Urdu);
HELP=iso8859-7  (supports modern Greek) ;
HELP=iso8859-8  (supports Hebrew and Yiddish) ;
HELP=iso8859-9  (supports Danish, Dutch, English, Finnish, French,  ;
HELP=            German, Irish, Italian, Norwegian, Portuguese, ;
HELP=            Spanish, Swedish, and Turkish) ;
*
@KEYWORD
NAME=CODE_PAGE_NUM;
TITLE=Code Page;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
DEFAULT=0;
MIN=0;
MAX=99999;
HELP=Code page used (default selected according to ENCODING);
*
@KEYWORD
NAME=PDFDEBUG;
TITLE=PDF Debug;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=Produce a trace file for debugging the Pdf creation;
HELP=file called DDPDFTRC will be created in the current dir;
HELP=of the process that creates the PDF;
*
*
@KEYWORD
NAME=PDFLOGGING;
TITLE=PDF Logging;
TYPE=EDIT;
MANDATORY=N;
MIN=0;
MAX=250;
RENDERSET=Y;
UPPERCASE=N;
HELP=Produce a log file for debugging the creation of the Pdf.;
HELP=When needed, parameter value will be supplied by BMC Software;
HELP=For z/OS specify filename=DDN::<DDNAME> ;
HELP=for example filename=DDN:SYSPRIN. ;
*
@KEYWORD
NAME=DIGSIG;
TITLE=Digital Sign: For This Report;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=Enables a digital signature to be added;
HELP= to a pdf report.;
*
@KEYWORD
NAME=DIGKSF;
TITLE=Digital Sign: Key Store File;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
HELP= Defines the name of the key store file that contains the;
HELP= Certificate Used when selecting;
HELP= Digital Signature For This Report.;
*
@KEYWORD
NAME=DIGKST;
TITLE=Digital Sign: Key Store Type;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=JKS;
VALUE=PKCS12;
DEFAULT=JKS;
HELP= Defines the type of key store that contains the certificate.;
HELP= Used when selecting Digital Signature For This Report.;
HELP= Types supported: Java Key Store (JKS) and PKCS12;
*
@KEYWORD
NAME=DIGKSP;
TITLE=Digital Sign: Key Store Password;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
HELP= Defines the password for the key store file that contains the;    ificate.
HELP= CertificateUsed when selecting;                                   ificate.
HELP= Digital Signature For This Report.;
*
@KEYWORD
NAME=DIGKKA;
TITLE=Digital Sign: Alias in Key Store;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
HELP= Defines the key alias in the key store file that contains the;
HELP= Certificate  Used when selecting;
HELP= Digital Signature For This Report.;
*
@KEYWORD
NAME=DIGHA;
TITLE=Digital Sign: Hash Algorithm;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=SHA256;
VALUE=SHA384;
VALUE=SHA512;
VALUE=RIPEMD160;
DEFAULT=SHA256;
HELP= Defines the type of the hash algorithm when creating a digital;
HELP= Signature;
HELP= Used when selecting Digital Signature For This Report.;
@DISPLAYG
TITLE=6. HTML Rendering Parameters ;
*
@KEYWORD
NAME=XRESOLUTION;
TITLE=XResolution;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
MIN=10;
MAX=300;
DEFAULT=96;
HELP=The X resolution of the output PNG or HTML. ;
HELP=Does not affect PDFoutput. Higher numbers create a ;
HELP=longer image. Min: 10. Max: 300. Default: 96;
*
@KEYWORD
NAME=YRESOLUTION;
TITLE=YResolution;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
MIN=10;
MAX=300;
DEFAULT=96;
HELP=The Y resolution of the output PNG or HTML. ;
HELP=Does not affect PDF output. Higher numbers create a ;
HELP=wider image. Min: 10. Max: 300. Default: 96 ;
*
@KEYWORD
NAME=HTMLBACKGROUNDIMAGEURL;
TITLE=Background Image Url;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=Y;
MIN=0;
MAX=500;
UPPERCASE=N;
HELP=The URL of an image that is displayed as a ;
HELP=background for the HTML page.;
HELP=The image is always displayed from the top left corner of the ;
HELP=HTML page. Optional. Default: None;
*
@KEYWORD
NAME=HTMLUSEEOTFONTS;
TITLE=Use EOT Fonts;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
HELP=Indicates if EOT fonts are used if mapping for EOT ;
HELP=Web-enabled fonts exists in the Font Mapping Table.;
*
@KEYWORD
NAME=HTMLUSEPFRFONTS;
TITLE=Use PFR Fonts;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
HELP=Indicates if PFR fonts are used if mapping for PFR ;
HELP=Web-enabled fonts exists in the Font Mapping Table.;
*
@KEYWORD
NAME=HTMLXOFFSET;
TITLE=X Offset;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
MIN=-3000;
MAX=3000;
DEFAULT=0;
HELP=Causes text and image to move to the right.;
HELP=Range: -3000 to 3000;
HELP=Optional. Default: 0 ;
*
@KEYWORD
NAME=HTMLYOFFSET;
TITLE=Y Offset;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
MIN=-3000;
MAX=3000;
DEFAULT=0;
HELP=Causes text and image to move down.;
HELP=Range: -3000 to 3000;
HELP=Optional. Default: 0 ;
*
@KEYWORD
NAME=HTMLBACKGROUNDCOLOR;
TITLE=Background Color;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=None;
VALUE=White;
VALUE=Black;
VALUE=Blue;
VALUE=Gray;
VALUE=Red;
VALUE=Yellow;
VALUE=Brown;
VALUE=Aqua;
VALUE=LawnGreen;
VALUE=Beige;
VALUE=Green;
DEFAULT=None;
HELP=Color of the HTML background. Optional. Default: None ;
HELP=(the default color set in the browser is used);
*
@KEYWORD
NAME=HTMLFOREGROUNDCOLOR;
TITLE=Foreground Color;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=None;
VALUE=White;
VALUE=Black;
VALUE=Blue;
VALUE=Gray;
VALUE=Red;
VALUE=Yellow;
VALUE=Brown;
VALUE=Aqua;
VALUE=LawnGreen;
VALUE=Beige;
VALUE=Green;
DEFAULT=None;
HELP=Color of the HTML foreground. Optional. Default: None ;
HELP=(the default color set in the browser is used);
*
@KEYWORD
NAME=IMAGEXRES;
TITLE=Image XResolution;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
MIN=0;
MAX=300;
DEFAULT=0;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The X resolution of the output BACKGROUND image ;
HELP=The actual HTML size is determined by the X/Y resolution ;
HELP=parameter. 0 - means that this parm is not taken into account.;
HELP=Higher resolution yields better graphics when the report is ;
HELP=printed.  ;
HELP=If Image XResolution is not set, but Image YResolution is set, ;
HELP=the value of Image YResolution is used for Image XResolution.;
HELP=Range: 0 to 300. Default: 0.;
*
@KEYWORD
NAME=IMAGEYRES;
TITLE=Image YResolution;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
MIN=0;
MAX=300;
DEFAULT=0;
HELP=The Y resolution of the output BACKGROUND image ;
HELP=The actual HTML size is determined by the X/Y resolution ;
HELP=parameter. 0 - means that this parm is not taken into account.;
HELP=Higher resolution yields better graphics when report is printed.;
HELP=If Image YResolution is not set but Image XResolution is set, ;
HELP=the value of Image XResolution is used for Image YResolution.;
HELP=Range: 0 to 300. Default: 0.;
*
@DISPLAYG
TITLE=7. PCL Rendering Parameters;
*
@KEYWORD
NAME=PCLPAPERSOURCE;
TITLE=PCL Paper Source ;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=A4;
VALUE=Letter;
VALUE=Executive;
VALUE=Legal;
VALUE=Ledger;
VALUE=A3;
VALUE=Monarch;
VALUE=Com-10;
VALUE=International_Dl;
VALUE=International_C5;
VALUE=International_B5;
DEFAULT=A4;
HELP=The name of PCL paper source (size). ;
HELP=Optional. Default: A4 ;
*
@KEYWORD
NAME=PCLPAPERTRAY;
TITLE=PCL Paper Tray ;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=Y;
MIN=0;
MAX=21;
DEFAULT=0;
UPPERCASE=N;
HELP=The number of PCL paper tray. ;
HELP=Optional. Default: 0 - Automatic tray selection ;
HELP=Note : Tray selection is done in conjuction with paper size;
HELP=Paper tray will be selected only if the paper size of the report ;
HELP=equals the paper size that is loaded in the tray;
HELP=Otherwise automatic tray selection will be done;
HELP=You can specify the input tray (for example: PCLPAPERTRAY=2), ;
HELP=or input and output trays (for example PCLPAPERTRAY=2,2). ;
*
@KEYWORD
NAME=PCLPRINTERRESOLUTION;
TITLE=PCL Resolution;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=Y;
VALUE=300;
VALUE=600;
DEFAULT=300;
HELP=The PCL printer resolution ;
HELP=Optional. Default: 300 ;
*
*  This parameter was replaced with the following 3 new parameter
*NAME=PCLMARGINE;
*TITLE=PCL Margins;
*TYPE=COMBO;
*MANDATORY=N;
*RENDERSET=N;
*VALUE=Yes;
*VALUE=No;
*DEFAULT=Yes;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
*HELP=The PCL page is created with or without margins.;
*HELP=Yes - The page is a little smaller so all data will fit in side ;
*HELP=the margins;
*HELP=No - The page is printed as is. Data found in the margin area, ;
*HELP=will be lost.;
*HELP=Optional. Default: Yes ;
*
@KEYWORD
NAME=PCLSCALE;
TITLE=PCL Scale;
TYPE=NUM;
MANDATORY=N;
RENDERSET=Y;
DEFAULT=0;
MIN=0;
MAX=80;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Percent by which to decrease the size of the output page. ;
HELP=This is useful if the PCL margins cause printed data to be lost. ;
HELP=optional. Minimum: 0. Maximum: 80. Default: 0 (no scaling) ;
*
@KEYWORD
NAME=PCLYOFFSET;
TITLE=PCL Y Offset;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=-12000;
MAX=12000;
DEFAULT=-60;
HELP=Shifts the text and images on the rendered page vertically, ;
HELP=according to the number of pixels specified. Negative numbers ;
HELP=shift the data up, and positive numbers shift the data down. ;
HELP=Optional. Minimum: -12,000. Maximum: 12,000. Default:0 (no shift).;
*
@KEYWORD
NAME=PCLXOFFSET;
TITLE=PCL X Offset;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=-12000;
MAX=12000;
DEFAULT=-80;
HELP=Shifts the text and images on the rendered page horizontally, ;
HELP=according to the number of pixels specified. Negative numbers ;
HELP=shift the data left, and positive numbers shift the data right. ;
HELP=Optional. Minimum: -12,000. Maximum: 12,000. Default:0 (no shift).;
*
*
*                                     TEXT TRANSFORMER Fields
*
*
@FORMAT
NAME=TXT;
OS390=Y;
*
@DISPLAYG
TITLE=1. General Parameters ;
*
@KEYWORD
NAME=REPORTFORMAT;
TITLE=Report Format;
TYPE=NONE;
MANDATORY=Y;
RENDERSET=N;
DEFAULT=TXT;
UPPERCASE=Y;
HELP=Text Report.;
*
@KEYWORD
NAME=REPORTENCODING;
TITLE=Report Encoding;
TYPE=DYNAM;
MANDATORY=N;
RENDERSET=N;
MIN=1;
MAX=32;
UPPERCASE=N;
DEFAULT=Latin1;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The parameter specifies the report encoding. ;
HELP=The report will be translated from the specified ;
HELP=encoding to Normalized Encoding parameter in LEGACY mode or UTF-8 ;
HELP=in UNICODE mode, and will be kept as the translated encoding. ;
*
@KEYWORD
NAME=REPORTLANGUAGE;
TITLE=Report Language;
TYPE=DYNAM;
MANDATORY=N;
RENDERSET=N;
MIN=1;
MAX=32;
UPPERCASE=N;
DEFAULT=English;
HELP=This parameter is used only when CONTROL-D for Distributed ;
HELP=Systems works in UNICODE mode. The parameter specifies the report ;
HELP=language. This parameter will be used to select the correct font.;
*
@KEYWORD
NAME=NORMALIZEDENCODING;
TITLE=Report Normalized Encoding;
TYPE=DYNAM;
MANDATORY=N;
RENDERSET=N;
MIN=1;
MAX=32;
UPPERCASE=N;
DEFAULT=DEFAULT;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The parameter specifies the internal report encoding in CONTROL-D.;
HELP=The report will be translated from the encoding specified in ;
HELP=Report Encoding parameter to Normalized encoding, and will be ;
HELP=kept in the Normalized encoding. ;
HELP=This parameter is valid only for Legacy mode, in UNICODE mode ;
HELP=Normalized Encoding is always UTF-8.;
HELP=DEFAULT is Latin1 in Legacy mode or UTF-8 in UNICODE mode.  ;
*
@KEYWORD
NAME=PRINTCONTROLCHAR;
TITLE=Print Control Char;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=ASA;
VALUE=Machine;
VALUE=None;
DEFAULT=None;
HELP=The Text report contains Print Control Characters, ;
HELP=and the report should be viewed according to them. ;
HELP=Possible values : ;
HELP=ASA     - ASA code control characters are used: ;
HELP=Machine - Not supported yet.;
HELP=None    - no Print Control Characters are used. ;
*
@KEYWORD
NAME=INPUTTRC;
TITLE=TRC character used;
TYPE=COMBO;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
MANDATORY=N;
RENDERSET=N;
HELP=The parameter determines if TRC character exists in report. ;
HELP=Default : No;
*
@DISPLAYG
TITLE=2. Decollation Parameters ;
OS390=N;
@KEYWORD
NAME=PAGEDELIMITERSTRING;
TITLE=Page Delimiter String;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
HELP=String used to indicate End of page.;
*
@KEYWORD
NAME=PAGEDELIMITERHEX;
TITLE=Page Delimiter Hex;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
HELP=Hexadecimal value used to indicate End of page.;
*
@KEYWORD
NAME=PAGEDELIMITERDEC;
TITLE=Page Delimiter Dec;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
DEFAULT=0;
HELP=Decimal value used to indicate End of page.;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Range: 0 to 256. Default: 0 - page delimiter decimal not used.;
*
@KEYWORD
NAME=LINEDELIMITERSTRING;
TITLE=Line Delimiter String;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
HELP=String used to indicate End of line.;
*
@KEYWORD
NAME=LINEDELIMITERHEX;
TITLE=Line Delimiter Hex;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
DEFAULT=0D0A;
HELP=Hexadecimal value used to indicate End of line.;
HELP=Optional. Default CRLF (Carriage Return Line Feed).;
*
@KEYWORD
NAME=LINEDELIMITERDEC;
TITLE=Line Delimiter Dec;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
DEFAULT=0;
HELP=Decimal value used to indicate End of line.;
HELP=Range: 0 to 256. Default: 0 - line delimiter decimal not used .;
*
@KEYWORD
NAME=LINEDELIMITERLENGTH;
TITLE=Line Delimiter Length;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=32768;
DEFAULT=0;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Specifies a fix length (number of characters) for each line.;
HELP=Range: 0 to 32768. Default: 0 - line not limited.;
*
@KEYWORD
NAME=PAGEDELIMITERATEND;
TITLE=Page Delimiter At End;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=Yes;
HELP=Indicates where the delimiter is located, in the page.;
HELP=Yes - The delimiter is located at the end of the page;
HELP=No  - The delimiter is located at the beginning of the page;
*
@KEYWORD
NAME=LINEDELIMITERDELETE;
TITLE=Line Delimiter Delete;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=Line delimiter is deleted from the Normalized data. ;
HELP=Text view is always without Line delimiter.;
*
@KEYWORD
NAME=PAGEDELIMITERDELETE;
TITLE=Page Delimiter Delete;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=Page delimiter is deleted from the Normalized data.;
HELP=Text view is always without Page delimiter.;
*
@KEYWORD
NAME=PAGEDELIMITERPOS;
TITLE=Page Delimiter Pos;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=32768;
DEFAULT=0;
HELP=Indicates where the delimiter starts in the line.;
HELP=Range: 0 to 32768. ;
HELP=Optional. Default: 0 (at the beginning of the line);
*
@KEYWORD
NAME=MAXCHARSINLINE;
TITLE=Max Chars In Line;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=32768;
DEFAULT=1000;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Maximum number of characters allowed on a line. Lines that are ;
HELP=longer than the specified limit, will cause an error. ;
HELP=Range: 0 to 32768. Default: 1000 .;
*
@KEYWORD
NAME=MAXLINESINPAGE;
TITLE=Max Lines in Page;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=32768;
DEFAULT=1000;
HELP=Maximum number of lines allowed on a page, when the number is ;
HELP=reached, a new page starts.;
HELP=This parameter causes page separation in addition to Page ;
HELP=Delimiter parameters.;
HELP=Range: 0 to 32768. Default: 1000 .;
*
@KEYWORD
NAME=LINEDELIMITERTYPE;
TITLE=Line Delimiter Type;
TYPE=COMBO;
MANDATORY=Y;
RENDERSET=N;
VALUE=delimited;
VALUE=rdw;
VALUE=fixed;
VALUE=none;
DEFAULT=delimited;
HELP=The type of the line delimiter used for the report. Mandatory. ;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=delimited - Each line ends with a line delimiter according to the ;
HELP=        line delimiter parameters. ;
HELP=rdw   - variable length data,  each line starts with 4 bytes: ;
HELP=        XX00 , were XX is line length and 00 binary zeroes. ;
HELP=fixed - all lines have the same length according to the Line ;
HELP=        Delimiter Length parameter. ;
HELP=none  - entire page is one line.;
*
@KEYWORD
NAME=ADDLINEFEED;
TITLE=Add Line Feed;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=Yes - Line feed is added at end of each line, needed if the data ;
HELP=does not have a line feed, as for example, with fixed length data.;
HELP=No  - Line feed is not added. ;
HELP=Optional. Default No;
*
@KEYWORD
NAME=ADDPAGEDELIMITERHEX;
TITLE=Add Page Delimiter Hex;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
DEFAULT=0C;
HELP=Hexadecimal value used to indicate End of Page.;
HELP=Optional. Default 0x0c (FF).;
*
@KEYWORD
NAME=ADDLINEDELIMITERHEX;
TITLE=Add Line Delimiter Hex;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
DEFAULT=0D0A;
HELP=Hexadecimal value used to indicate End of Line.;
HELP=Optional. Default 0x0D0A (CR LF).;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
*
*
@DISPLAYG
TITLE=4. Rendering Parameters ;
*
@KEYWORD
NAME=FONTNAME;
TITLE=Font Name;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Specifies the name of the font that is used for text reports when ;
HELP=using the True Type Font Collection (TTC) file name as specified ;
HELP=by in the Font File Name parameter.;
HELP=Parameter is ignored, if font file name is not TTC. ;
*
*
*
*                           AFP Transformer Parameters
*
*
@FORMAT
NAME=AFP;
OS390=Y;
*
@DISPLAYG
TITLE=1. General Parameters ;
*
@KEYWORD
NAME=REPORTFORMAT;
TITLE=Report Format;
TYPE=NONE;
MANDATORY=Y;
RENDERSET=N;
DEFAULT=AFP;
UPPERCASE=Y;
HELP=Advanced Function Presentation (AFP) report.;
*
@DISPLAYG
TITLE=2. AFP Parameters ;
*
@KEYWORD
NAME=AFPFORMDEFNAME;
TITLE=AFP Formdef Name;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=8;
UPPERCASE=Y;
HELP=The name of the Formdef used in the report. Optional. ;
HELP=Default: the first FORMDEF in the resource section of the report.;
*
@KEYWORD
NAME=AFPINPUTTYPE;
TITLE=AFP Input Type;
TYPE=COMBO;
VALUE=AfpCategory4;
VALUE=AfpCategory5;
DEFAULT=AfpCategory5;
MANDATORY=N;
RENDERSET=N;
UPPERCASE=Y;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The type of AFP input: ;
HELP=- Category 4 (AFP mixed mode) or Category 3 (AFP line mode) ;
HELP=- Category 5 (full AFPDS) ;
HELP=Default: AfpCatogory5;
*
@KEYWORD
NAME=AFPPAGEDEFNAME;
TITLE=AFP Pagedef Name;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=8;
UPPERCASE=Y;
HELP=The name of the Pagedef used in the report. Optional. ;
HELP=Used for AFP Category 4 input only. ;
HELP=Default: the first Pagedef in the resource section of the report.;
*
@KEYWORD
NAME=AFPRECDELIM;
TITLE=Record Delimiter;
TYPE=COMBO;
MANDATORY=Y;
RENDERSET=N;
VALUE=rdw;
VALUE=fixed;
DEFAULT=rdw;
HELP=The input report record type. Mandatory.   ;
HELP=Can be of the following types:             ;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Rdw  - variable length data, each record starting with XXYY, where;
HELP=       XX designates the record length and YY is binary zeros. ;
HELP=Fixed- all records have the same length.                  ;
HELP=Used for AFP Category 4 input only. ;
*
@KEYWORD
NAME=RECORDLENGTH;
TITLE=Length of input records;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=1;
MAX=32760;
DEFAULT=133;
HELP=The length of the input AFP records.;
HELP=Used for AFP Category 4 input only. ;
HELP=For fixed records, this is the length of the record. ;
HELP=For rdw records, this parameter is ignored. ;
HELP=Range: 1 to 32768. Default: 133 .;
*
@KEYWORD
NAME=AFPPRINTCONTROLCHAR;
TITLE=Print Control Character;
TYPE=COMBO;
VALUE=ASA;
VALUE=MACHINE;
DEFAULT=ASA;
MANDATORY=N;
RENDERSET=N;
UPPERCASE=Y;
HELP=The type of Print Control Characters (PCC) used.  ;
HELP=Possible values are ASA and MACHINE code. ;
HELP=Used for AFP Category 4 input only. ;
HELP=Default: ASA;
*
@KEYWORD
NAME=AFPINPUTCODE;
TITLE=Code of input AFP;
TYPE=COMBO;
VALUE=EBCDIC;
VALUE=ASCII;
VALUE=ASCIIFROMEBCDIC;
DEFAULT=EBCDIC;
MANDATORY=N;
RENDERSET=N;
UPPERCASE=Y;
HELP=The code of the AFP input.  Possible values are ASCII and EBCDIC ;
HELP=This parameter refers to the original encoding of the report. ;
HELP=Reports translated from EBCDIC to ASCII will not work (since the ;
HELP=Code Pages used are for EBCDIC reports). For such reports, ;
HELP=specify the value ASCIIFROMEBCDIC which will translate the input ;
HELP=from Ascii back to Ebcdic;
HELP=Used for AFP Category 4 input only. ;
HELP=Default: EBCDIC;
*
@KEYWORD
NAME=AFPINPUTTRC;
TITLE=TRC character used;
TYPE=COMBO;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
MANDATORY=N;
RENDERSET=N;
HELP=The parameter determines if TRC character exists in report. ;
HELP=Used for AFP Category 4 input only. ;
HELP=Default: No;
*
@KEYWORD
NAME=AFPSTARTIMM;
TITLE=AFP Default Medium Map;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=8;
UPPERCASE=Y;
HELP=The name of the Medium Map in the Formdef to be used. Optional ;
HELP=Can be used instead of APAPARM in CONTROL-D z/OS. ;
HELP=Default AFP Category 4: first Medium Map in the Formdef is used.;
*
@KEYWORD
NAME=AFPSTARTIDM;
TITLE=AFP Default Data Map;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=8;
UPPERCASE=Y;
HELP=The name of the Data Map in the Pagedef to be used. Optional ;
HELP=Can be used instead of APAPARM in CONTROL-D z/OS. ;
HELP=Default AFP Category 4: first Data Map in the pagedef is used.;
*
*
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
*
*
*                           Xerox Transformer Parameters
*
*
@FORMAT
NAME=XRX;
OS390=Y;
*
@DISPLAYG
TITLE=1. General Parameters ;
*
@KEYWORD
NAME=REPORTFORMAT;
TITLE=Report Format;
TYPE=NONE;
MANDATORY=Y;
RENDERSET=N;
DEFAULT=XRX;
UPPERCASE=Y;
HELP=Xerox Metacode or LCDS report.;
*
@DISPLAYG
TITLE=2. Xerox Parameters ;
*
@KEYWORD
NAME=XEROXRECDELIM;
TITLE=Record Delimiter;
TYPE=COMBO;
MANDATORY=Y;
RENDERSET=N;
VALUE=rdw;
VALUE=fixed;
VALUE=rdw2;
DEFAULT=rdw;
HELP=The input report record type. Mandatory.                        ;
HELP=Can be of the following types:                                  ;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=rdw - variable length data, each record starting with XXYY,where ;
HELP=      XX designates the record length and YY is binary zeroes. ;
HELP=   All Xerox reports retrieved from an z/OS Repository, are rdw. ;
HELP=fixed-all records have the same length.   ;
HELP=rdw2- variable length data, each record starting with XX, where ;
HELP=      XX designates the record length, not inclusive;
*
@KEYWORD
NAME=XEROXJSLNAME;
TITLE=JSL Name;
TYPE=EDIT;
MANDATORY=Y;
RENDERSET=N;
MIN=1;
MAX=8;
UPPERCASE=Y;
HELP=The JSL file name. Mandatory.;
*
@KEYWORD
NAME=XEROXJDENAME;
TITLE=JDE Name;
TYPE=EDIT;
MANDATORY=Y;
RENDERSET=N;
MIN=1;
MAX=8;
UPPERCASE=Y;
HELP=The JDE section name in the JSL. Mandatory;
*
@KEYWORD
NAME=XEROXSYSCATALOGNAME;
TITLE=SysCatalog Name;
TYPE=EDIT;
MANDATORY=Y;
RENDERSET=N;
MIN=1;
MAX=8;
DEFAULT=syscatlg;
UPPERCASE=Y;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The name of the z/OS member or a file with extension .cat, ;
HELP=that contains references to other JSL resources that are ;
HELP=referenced by the report. Optional. Default: syscatlg. ;
HELP=                                                          ;
HELP=If the JSL resource that is referenced by the report refers to a ;
HELP=JDE/PDE that is not found in the JSL, a line must be added to the ;
HELP=syscatlg.cat resource located in a z/OS system resource library ;
HELP=or default resource directory. For example:   ;
HELP=                                                           ;
HELP=SYSCAT                                                     ;
HELP=TYPE=PDE,RESNAME=PP0010,FILE=PDE001,CRDATE=1997250,;
HELP=CRT IME=132200,SIZE=0,PATH='PDE001.JSL';
HELP=                                                           ;
HELP=In this example, the JDE/PDE name is PP0010, located in the ;
HELP=PDE001.JSL file.                                  ;
*
@KEYWORD
NAME=DEBUG;
TITLE=DEBUG;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=Activates debug messages to a file. ;
HELP=This option must only be activated using the ;
HELP=bmc-ctd-dal-transformer-cli.exe command line.;
HELP=Valid values are Yes or No. ;
HELP=Optional. Default: No. ;
*
@KEYWORD
NAME=DEBUGFILE;
TITLE=Debug File Name;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
HELP=File name of debug messages. Optional. ;
HELP=File name cannot contain spaces. Default: none.  ;
HELP=For z/OS specify DDN:<DDNAME> ;
HELP=for example DDN:SYSPRIN. ;
*
@KEYWORD
NAME=ERRORFILE;
TITLE=Error File Name;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=N;
HELP=File name of debug messages. Optional. ;
HELP=File name cannot contain spaces. Default: none.  ;
*
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
@KEYWORD
NAME=FORMXOFFSET;
TITLE=Form X Offset;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
UPPERCASE=Y;
DEFAULT=0;
HELP=This parameter will shift the rendered page in the amount ;
HELP=of pixels specified. An negative number will shift the page left, ;
HELP=and a positive number will shift the page right. ;
HELP=The format is either FormXOffset=# to affect all forms, or ;
HELP=FormXOffset=(FORM1,#),(FORM2,#),(*,#) to affect only certain ;
HELP=forms, where (*,#) affects all other forms. ;
HELP=Range: -3000 to 3000. Optional. Default: 0 .;
*
@KEYWORD
NAME=FORMYOFFSET;
TITLE=Form Y Offset;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=256;
DEFAULT=0;
UPPERCASE=Y;
HELP=This parameter will shift the rendered page in the amount ;
HELP=of pixels specified. An negative number will shift the page up, ;
HELP=and a positive number will shift the page down. ;
HELP=The format is either FormYOffset=# to affect all forms, or ;
HELP=FormYOffset=(FORM1,#),(FORM2,#),(*,#) to affect only certain ;
HELP=forms, where (*,#) affects all other forms. ;
HELP=Range: -3000 to 3000. Optional. Default: 0 .;
*
@KEYWORD
NAME=PAGEDATAXOFFSET;
TITLE=Page Data X Offset;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=-3000;
MAX=3000;
DEFAULT=0;
HELP=This parameter will shift only the data of the page by the ;
HELP=specified amount of pixels. A negative number shifts the data ;
HELP=left, and a positive number shifts the data right. ;
HELP=The overlay does not move. ;
HELP=Range: -3000 to 3000. Optional. Default: 0 .;
*
@KEYWORD
NAME=PAGEDATAYOFFSET;
TITLE=Page Data Y Offset;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=-3000;
MAX=3000;
DEFAULT=0;
HELP=This parameter will shift only the data of page in the amount ;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=of pixels specified. A negative number shifts the data up, ;
HELP=and a positive number will shift the data down. ;
HELP=The overlay does not move. ;
HELP=Range: -3000 to 3000. Optional. Default: 0 .;
*
@KEYWORD
NAME=XEROXLCDSLINEADVANCEMETHOD;
TITLE=Line Advance method ;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Max;
VALUE=Last;
DEFAULT=Max;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=This parameter determines the method of advancing to the next ;
HELP=line.  "Max" method is to use the largest font on the print line ;
HELP="Last" method is to use the last font on the current print line ;
HELP=to advance. This is printer dependant. ;
HELP=Optional. Default: Max. ;
*
@KEYWORD
NAME=REPORT_ID;
TITLE=Report identifier;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
UPPERCASE=Y;
MIN=0;
MAX=256;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=This parameter identifies a report that needs special processing. ;
HELP=Use only if requested by BMC Software Customer Support. ;
HELP=Optional. ;
*
@KEYWORD
NAME=XEROXSCANORIGIN;
TITLE=Scan Origin point;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=1000;
DEFAULT=22;
HELP=A Xerox printer has an origin point on the physical page that all;
HELP= metacode is created relative to this point.  On 9790 printers, ;
HELP=this origin point is scan=22 and dot=100.  This value may differ;
HELP= on your printer.  If your forms do not align with the ;
HELP=line-data, then this parameter may be used to adjust the report.;
HELP=Range: 0 to 1000. Optional. Default: 22 .;
*
@KEYWORD
NAME=XEROXDOTORIGIN;
TITLE=Dot Origin point;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=1000;
DEFAULT=100;
HELP=A Xerox printer has an origin point on the physical page that all;
HELP= metacode is created relative to this point.  On 9790 printers, ;
HELP=this origin point is scan=22 and dot=100.  This value may differ;
HELP= on your printer.  If your forms do not align with the ;
HELP=line-data, then this parameter may be used to adjust the report.;
HELP=Range: 0 to 1000. Optional. Default: 100 .;
*
@KEYWORD
NAME=XEROXIGNFNT;
TITLE=Ignore Font Map on decollation;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Create the text for xerox report in columnized mode ;
HELP=Ignore font mapping, so text will displayed. Default: No ;
*
@KEYWORD
NAME=XEROXIGNOVLP;
TITLE=Ignore Overlap lines on dec.;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=Create the text for xerox report in columnized mode ;
HELP=Ignore overlap lines, so all text will displayed. Default: No ;
*
@KEYWORD
NAME=XEROXTOPOFF;
TITLE=Top Offset Registration;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=-32767;
MAX=32767;
DEFAULT=36;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=This parameter designates the position of the logical page along;
HELP=the physical page in decipoints (1/720 inch). Default: 36;
*
*                        PCL Transformer
*
*
@FORMAT
NAME=PCL;
OS390=N;
*
@DISPLAYG
TITLE=1. General Parameters ;
*
@KEYWORD
NAME=REPORTFORMAT;
TITLE=Report Format;
TYPE=NONE;
MANDATORY=Y;
RENDERSET=N;
DEFAULT=PCL;
UPPERCASE=Y;
HELP=Printer Command Language (PCL) Report.;
*
*
*
*
*                          PDF Transformer
*
*
*
@FORMAT
NAME=PDF;
OS390=Y;
*
@DISPLAYG
TITLE=1. General Parameters ;
*
@KEYWORD
NAME=REPORTFORMAT;
TITLE=Report Format;
TYPE=NONE;
MANDATORY=Y;
RENDERSET=N;
DEFAULT=PDF;
UPPERCASE=Y;
HELP=Portable Document Format (PDF) report. ;
*
*
@KEYWORD
NAME=PDFDOCOPTIONS;
TITLE=PDF Document Options;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
UPPERCASE=N;
MIN=0;
MAX=256;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=This parameter is used for special handling of Pdf files. ;
HELP=The format is: TET=(...tet parms...),PDI=(...pdi parms...) ;
HELP=For backwards compatibility, if the parameters are specified ;
HELP=without the prefix (TET or PDI), they are parameters for TET. ;
HELP=Examples: ;
HELP=1. To support decollation of a PDF report where the fonts use ;
HELP=algorithmic glyph names of the form cXX (where XX is a decimal ;
HELP=number), add the following: ;
HELP=TET=(glyphmapping={{fontname=T* glyphrule={prefix=c base=dec ;
HELP=encoding=winansi}}});
HELP=2. To be able to work with some malformed Pdf files, add the ;
HELP=following: ;
HELP=PDI=(repair=force) ;
HELP=Use only if requested by BMC Software Customer Support. ;
HELP=Optional. ;
*
@KEYWORD
NAME=PDFSIZEINMEMORY;
TITLE=PDF Size In Memory in MB bytes;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=99999;
DEFAULT=0;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The size of a memory that can be used by the transformer to load ;
HELP=the PDF report into memory. PDF files that will use more memory, ;
HELP=if loaded, will not be loaded to memory, and will use a callback ;
HELP=algoritem deuring decollation.;
HELP=The number specified is in M Bytes. PDF reports that are up to ;
HELP=n MB will be loaded to memory. ;
HELP=Range: 0 to 99999;
HELP=Default: 0 - use callback for all files.;
*
@KEYWORD
NAME=PDFINTERACTIVEELEMENTS;
TITLE=PDF Interactive Elements;
TYPE=EDIT;
MANDATORY=N;
MIN=0;
MAX=250;
RENDERSET=Y;
UPPERCASE=N;
DEFAULT=NONE;
HELP=A list of supported interactive elements' types;
HELP=that exist in the original PDF report, and will be included ;
HELP=as part of PDF page, ;
HELP= during decollation and page extraction when viewing or printing.;
HELP=Optional values are:;
HELP=All  - Include all supported interactive elements.;
HELP=None - Exclude all supported interactive elements.;
HELP=<element type1,element type2,....element typeN.;
HELP=for example: weblink,bookmark,fileattachment;
HELP=The supported interactive elements are:;
HELP=weblink,bookmark,fileattachment.;
*
@KEYWORD
NAME=PDFTAGS;
TITLE=Tagged PDF's tags will remain;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=Support copying tags from a decollated PDF document. ;
HELP=Valid values are Yes or No. ;
HELP=Optional. Default: No. ;
*
@KEYWORD
NAME=PDFA;
TITLE=PDF/A conformance level;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=Y;
MIN=0;
MAX=256;
UPPERCASE=N;
DEFAULT=none;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The PDF/A formats specified in the ISO 19005 standard series;
HELP=provide a consistent and;
HELP=robust subset of PDF which can safely be archived over a long;
HELP=period of time, or used for;
HELP=reliable data exchange in enterprise and government environments.;
HELP=(Keyword) Set the PDF/A conformance level to one of;
HELP=the following (default: none):;
HELP=PDF/A-1a:2005, PDF/A-1b:2005 (implies compatibility=1.4);
HELP=PDF/A-2a, PDF/A-2b, PDF/A-2u (implies compatibility=1.7);
HELP=PDF/A-3a, PDF/A-3b, PDF/A-3u (implies compatibility=1.7);
HELP=none;
HELP=PDF/A1-a:2005, PDF/A-2a, and PDF/A-3a imply tagged=true.;
HELP=PDF/A can simultaneously conform to other;
HELP=If multiple options for PDF standards are specified;
HELP=the lowest compatibility value is used.;
*
@KEYWORD
NAME=PDFOUTOPTIONS;
TITLE=PDF Output Options;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
UPPERCASE=N;
MIN=0;
MAX=256;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=This parameter is used for special handling of output of Pdf;
HELP=files.;
HELP=Use only if requested by BMC Software Customer Support. ;
HELP=Optional. ;
*
@KEYWORD
NAME=PDFBOOKDEC;
TITLE=Decollation by bookmarks;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=No;
VALUE=Yes;
VALUE=YesBM;
VALUE=Only;
DEFAULT=No;
HELP=Decollate mission using bookmarks. ;
HELP=Valid values are No,Yes,YesBM or Only. ;
HELP=Optional. Default: No. ;
*
@KEYWORD
NAME=FIRSTROW;
TITLE=Decollation region first line;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=500;
DEFAULT=0;
HELP=Number of the first region line. ;
HELP=Valid values are 0 to 500 ;
HELP=Optional. Default is 0 .;
*
@KEYWORD
NAME=LASTROW;
TITLE=Decollation region last  line;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=500;
DEFAULT=0;
HELP=Number of the last region line. ;
HELP=Valid values are 0 to 500 ;
HELP=Optional. Default is 0.;
*
@KEYWORD
NAME=FIRSTCOLUMN;
TITLE=Decollation region first column;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=500;
DEFAULT=0;
HELP=Number of the first region column. ;
HELP=Valid values are 0 to 500 ;
HELP=Optional. Default is 0 .;
*
@KEYWORD
NAME=LASTCOLUMN;
TITLE=Decollation region last  column;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=0;
MAX=500;
DEFAULT=0;
HELP=Number of the last region column. ;
HELP=Valid values are 0 to 500 ;
HELP=Optional. Default is 0.;
*
@KEYWORD
NAME=PDFDEBUGPRINT;
TITLE=Print debug info;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=Print debug info.;
HELP=Valid values are Yes or No. ;
HELP=Optional. Default: No. ;
*
@KEYWORD
NAME=TETSPACEAREA;
TITLE=Decollation space area;
TYPE=EDIT;
MANDATORY=N;
RENDERSET=N;
UPPERCASE=N;
MIN=0;
MAX=256;
HELP=Decollation space area;
HELP=For PDF reports only;
HELP=Default : empty;
HELP=Up to 4 optional regions can be defined:;
HELP=Each region should be defined in following way:;
HELP={P1 P2 P3 P4} where;
HELP=P1 - First line P2 - Last line;
HELP=P3 - First Column P4 - Low Column;
HELP=Example :  {9 10 1 150) The decollation will process region;
HELP=from line 9 to line 10 and from column 1 to 150;
HELP=Example for defining two region :;
HELP={9 10 1 150} {15 20 1 150};
*
*
*                          PostScript Transformer
*
*
*
@FORMAT
NAME=PS;
OS390=N;
*
@DISPLAYG
TITLE=1. General Parameters ;
*
@KEYWORD
NAME=REPORTFORMAT;
TITLE=Report Format;
TYPE=NONE;
MANDATORY=Y;
RENDERSET=N;
DEFAULT=PS;
UPPERCASE=Y;
HELP=PostScript report.;
*
@DISPLAYG
TITLE=2. PostScript Parameters ;
*
@KEYWORD
NAME=EMBEDDED_RASTER;
TITLE=Raster Embedded Fonts;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=This parameter will force rastering of embedded PostScript fonts ;
HELP=during Transformation (by PostScript Interpreter).;
HELP=No - If mapping to a True Type font exists, the font is ;
HELP=written as text.;
HELP=Yes - the font will be rastered even if mapping exists in the ;
HELP=FONTMAP table.;
HELP=Optional. Default No.;
*
@KEYWORD
NAME=RASTER_TEXT;
TITLE=Raster all Text;
TYPE=COMBO;
MANDATORY=N;
RENDERSET=N;
VALUE=Yes;
VALUE=No;
DEFAULT=No;
HELP=This parameter will force rastering of all text ;
HELP=during Transformation (by PostScript Interpreter).;
HELP=No - If mapping to a True Type font exists, the font is ;
HELP=written as text.;
HELP=Yes - the text will be rastered even if mapping exists. ;
HELP=Optional. Default No.;
*
@KEYWORD
NAME=TRANSFORMRES;
TITLE=PostScript Transformation Resolution;
TYPE=NUM;
MANDATORY=N;
RENDERSET=N;
MIN=50;
MAX=300;
DEFAULT=240;
*...-....1....-....2....-....3....-....4....-....5....-....6....-....7..
HELP=The resolution of the bitmap created during PostScript ;
HELP=Transformation. High resolution produces better quality images. ;
HELP=Low resolution results in a faster processing. ;
HELP=Range: 50 to 300. Optional. Default: 240 .;
*
