* Program | KW$EQS * Date | 04 Sep 2009 * Author | Adrian Overs * Copyright | Citysoft Pty Ltd (c) 2009 * Function | Keyword equates used through out the Citysoft utility set. ************************************************************************ EQU KW$AFTER TO 3, ; * Synonym for "Greater Than" KW$GT TO 3, ; * "Greater Than" operator KW$GREATER TO 3, ; * "Greater Than" operator KW$EQUAL TO 4, ; * The "Equal To" operator KW$EQ TO 4, ; * The "Equal To" operator KW$GE TO 5, ; * "Greater Than or Equal To" operator KW$LT TO 6, ; * "Less Than" operator KW$BEFORE TO 6, ; * Synonym for "Less Than" KW$LESS TO 6, ; * "Less Than" operator KW$NE TO 7, ; * "Not Equal" operator KW$NO TO 7, ; * "Not Equal" operator KW$LE TO 8, ; * "Less Than or Equal To" operator KW$OR TO 9, ; * The Boolean conjunction "OR" KW$AND TO 10, ; * The Boolean conjunction "AND" KW$LIKE TO 11, ; * "MATCHES" operator KW$MATCHING TO 11, ; * "MATCHES" operator KW$MATCHES TO 11, ; * "MATCHES" operator KW$BY TO 12, ; * Introduce SORT specifications in ascending order KW$BY.DSND TO 13, ; * Introduce SORT specifications in descending order KW$TOTAL TO 15, ; * Specify that a TOTAL value be derived for a named field KW$BREAK.ON TO 16, ; * Specify BREAK conditions in a report KW$DET.SUP TO 17, ; * Specify suppression of detail printing for a field KW$ID.SUP TO 18, ; * Omit record identifiers (keys) from a report KW$HEADING TO 19, ; * Specify heading on RetrieVe report to replace default heading KW$HEADER TO 19, ; * Specify heading on RetrieVe report to replace default heading KW$DICT TO 20, ; * Specify the dictionary (distinct from the data) part of a file KW$DBL.SPC TO 21, ; * Specify double spacing between lines of a report KW$SAMPLE TO 22, ; * Display the specified number of records only KW$FIRST TO 22, ; * Limit the display of lines in a report KW$FOOTING TO 23, ; * Specify the FOOTING line for a report KW$FOOTER TO 23, ; * Specify the FOOTING line for a report KW$USING TO 24, ; * Specify a process definition to be used with a processor KW$TEMPL TO 24, ; * Specify a process definition to be used with a processor KW$NOT.MATCHING TO 25, ; * Negation of the "MATCHES" operator KW$UNLIKE TO 25, ; * Negation of the "MATCHES" operator KW$ID.ONLY TO 26, ; * Display ONLY record identifiers in a report. KW$ONLY TO 26, ; * Display ONLY record identifiers in a report. KW$WITH TO 27, ; * Introduce selection criteria for RetrieVe commands KW$SUPP TO 28, ; * Suppress default RetrieVe heading on report KW$HDR.SUP TO 28, ; * K - Suppress default RetrieVe heading on report KW$COL.SUP TO 29, ; * Specify suppression of column headings KW$NO.PAGE TO 30, ; * Suppress "Press to continue" at bottom of each page KW$NOPAGE TO 30, ; * Suppress "Press to continue" at bottom of each page KW$SAMPLED TO 31, ; * Display records at specified intervals in file (E.g. every 10th record) KW$COL.SPCS TO 32, ; * Specify number of spaces between columns KW$COL.SPACES TO 32, ; * Specify number of spaces between columns KW$LPTR TO 33, ; * Route a report to system printer KW$OVERWRITING TO 34, ; * Specify that the COPY verb should overwrite existing records KW$DELETING TO 35, ; * Specify deletion of records from the source file after COPYing to new file KW$REPORTING TO 36, ; * Produce a trace of a COPY/SEARCH operation KW$SQUAWK TO 36, ; * Produce a trace of a COPY/SEARCH operation KW$ALL TO 37, ; * Specify that ALL records, locks, etc., be involved in an operation KW$ARE TO 38, ; * The word "ARE"; ignored by RetrieVe KW$THE TO 38, ; * The article "THE"; ignored by RetrieVe KW$INVISIBLE TO 38, ; * The keyword type (38) which is ignored by RetrieVe KW$THAN TO 38, ; * The modifier "THAN"; ignored by RetrieVe KW$FOR TO 38, ; * The word "FOR"; ignored by RetrieVe KW$FILE TO 38, ; * The word "FILE"; ignored by RetrieVe KW$OF TO 38, ; * The word "OF"; ignored by RetrieVe KW$PRINT TO 38, ; * synonym for LPTR KW$CALC TO 39, ; * Specify calculations using TOTAL functions in I-Types KW$CALCULATE TO 39, ; * Specify calculations using TOTAL functions in I-Types KW$MTU TO 40, ; * Specify magnetic tape MODE, number of TRACKS, and UNIT number KW$BLK TO 41, ; * Specify the BLOCKSIZE for a magnetic tape operation KW$BREAK.SUP TO 42, ; * Specify BREAK conditions in a report while suppressing printing KW$PERCENTAGE TO 44, ; * Calculate percentages KW$PCT TO 44, ; * Calculate percentages KW$PERCENT TO 44, ; * Calculate percentages KW$SAID TO 45, ; * Select records with a field that SOUNDs LIKE a specified word KW$SPOKEN TO 45, ; * Select records with a field that SOUNDs LIKE a specified word KW$MARGIN TO 46, ; * Specify the width of a report margin KW$AVERAGE TO 47, ; * Calculate the average value of a field KW$AVG TO 47, ; * Calculate the average value of a field KW$BY.EXP TO 48, ; * Introduce SORT specifications in ascending order with multivalue explosion KW$BY.EXP.DSND TO 49, ; * Introduce SORT specifications in descending order with multivalue explosion KW$VERT TO 50, ; * Display a report in vertical display format KW$VERTICALLY TO 50, ; * Display a report in vertical display format KW$EVERY TO 51, ; * Modify "WITH" clause for multivalued fields KW$VERIFILE TO 52, ; * Verify data entered against the record ID of another file KW$VERIFY TO 52, ; * Verify data entered against the record ID of another file KW$WHEN TO 53, ; * Limit display of multivalued fields KW$VERIFIELD TO 54, ; * Verify field values in one file against those in another file KW$TEMPLATE TO 55, ; * Specify a process definition to be used with a processor KW$REQUIRE.SELECT TO 56, ; * Stop RetrieVe commands if no select list is active KW$SELECT.ONLY TO 56, ; * Stop RetrieVe commands if no select list is active KW$NEXT.AVAILABLE TO 57, ; * Tell ReVise to use sequentially numbered record IDs KW$INQUIRING TO 58, ; * Prompt for record name KW$SAVING TO 59, ; * Save a field other than the key with a SELECT KW$UNIQUE TO 60, ; * Used in conjunction with SAVING to save only unique values. KW$TO TO 61, ; * Specify the destination file name for COPY KW$BRIEF TO 62, ; * Suppress detail for some VERBS. KW$DATA TO 63, ; * Specify the data (distinct from the dictionary) part of a file KW$DOWN TO 64, ; * Lower task priority with CHAP command KW$FORCE TO 65, ; * Force replacement of existing routine by CATALOG. KW$FROM TO 66, ; * Precedes filename in Prime style COPY and SQL SELECT KW$from TO 66, ; * Precedes filename in Prime style COPY and SQL SELECT KW$LOCAL TO 67, ; * Specify non-GLOBAL option of CATALOG. KW$LOCKS TO 68, ; * Specify action on process locks by MASTER verb KW$NO.WAIT TO 69, ; * Specify that LOCK command should not wait for a lock to be released. KW$NOXREF TO 70, ; * Specify that a program should be CATALOGed without its XREF data. KW$PROMPT TO 71, ; * Specify that LOCK should allow user to enter other commands until lock becomes available KW$UP TO 72, ; * Raise task priority with CHAP (ignored except for uv account) KW$NUMERIC TO 73, ; * NUMERIC index for type-25 file creation KW$SQLITYP TO 74, ; * SQL I-type index for type-25 file creation KW$INPLACE TO 190, ; * Specify an inplace RESIZE KW$CONCURRENT TO 191, ; * Specify on-line RESIZE KW$THEN TO 192, ; * The article "THEN"; ignored by RetrieVe KW$ON TO 193, ; * "ON" KW$OFF TO 194, ; * "OFF" KW$APPEND TO 195, ; * Append data to end of file, used by DIVERT.OUT KW$TRUNCATE TO 196, ; * Truncate output file, used by DIVERT.OUT KW$FILE.OFF TO 197, ; * Turn file output off, used by DIVERT.OUT KW$FILE.ON TO 198, ; * Turn file output on, used by DIVERT.OUT KW$TTY.OFF TO 199, ; * Turn terminal output off, used by DIVERT.OUT KW$TTY.ON TO 200, ; * Turn terminal output on, used by DIVERT.OUT KW$GRAND.TOTAL TO 201, ; * Specify text to print on final TOTAL line of report KW$NO.WARN TO 202, ; * Suppress BASIC runtime warning messages KW$COMPLETE TO 203, ; * save complete pathname when cataloguing locally KW$PDICT TO 204, ; * Pick-style dictionary KW$REALITY.FORMAT TO 205, ; * Forces REALITY compatible format KW$INFORMATION.FORMAT TO 206, ; * Forces INFORMATION compatible format KW$HEX TO 207, ; * Hexadecimal format KW$CRT TO 208, ; * Copies data to the terminal KW$UPDATING TO 209, ; * Copy only records with same record ID in the target file KW$NO.NEW TO 209, ; * Copy only records with same record ID in the target file KW$FORM.FEED TO 210, ; * Each item causes a new page to begin KW$NEW.PAGE TO 210, ; * Each item causes a new page to begin KW$PICK.FORMAT TO 211, ; * Force PICK (generic) compatible format KW$LOOP TO 212, ; * Invoke the LOOP/REPEAT logic in PARAGRAPHS KW$REPEAT TO 213, ; * Invoke the LOOP/REPEAT processor in PARAGRAPHS KW$GO TO 214, ; * Transfer control to another statement in a PARAGRAPH KW$IF TO 215, ; * Conditionally execute statements in PARAGRAPHS KW$KEEP.COMMON TO 216, ; * Link unnamed common when CHAINing to a RUN verb KW$USER TO 217, ; * Specify the user name of the current SQL user KW$GROUP TO 219, ; * used in GROUP BY clause in SQL KW$ALL.MATCH TO 222, ; * Specify that ALL strings should match for SEARCH/ESEARCH statement KW$NO.MATCH TO 223, ; * Specify that NO string should match for SEARCH/ESEARCH statement KW$NO.SELECT TO 224, ; * NO select list to be generated from SEARCH/ESEARCH statement KW$EXPLODE TO 225, ; * Generate output in exploded select list format for SEARCH/ESEARCH statement KW$TRAP TO 226, ; * Trap to RAID on warning message, used by RUN KW$NO.NULLS TO 227, ; * Inhibit empty values KW$NO.INDEX TO 228, ; * Inhibit use of alternate keys KW$REQUIRE.INDEX TO 229, ; * Stop RetrieVe commands if secondary index cannot be used KW$STATISTICS TO 230, ; * Produce information about the specified secondary index KW$STATS TO 230, ; * Synonym for STATISTICS KW$DETAIL TO 231, ; * KW$GENERAL TO 232, ; * Select general hash method for type 30 file KW$SEQ.NUM TO 233, ; * Select sequential numeric hash for type 30 file KW$GROUP.SIZE TO 234, ; * Select type 30 file group buffer allocation KW$MINIMUM.MODULUS TO 235, ; * Minimum allocation for type 30 file KW$SPLIT.LOAD TO 236, ; * Maximum load factor before type 30 split operation KW$MERGE.LOAD TO 237, ; * Load factor minimum before type 30 merge operation KW$LARGE.RECORD TO 238, ; * Maximum non-overflow record in type 30 file KW$RECORD.SIZE TO 239, ; * Specify expected record size for type 30 file KW$MINIMIZE.SPACE TO 240, ; * Pick type 30 configuration parameter which minimizes disk use KW$DYNAMIC TO 241, ; * select type 30 create file KW$IN2.FORMAT TO 242, ; * Force IN2 compatible format KW$PERCENT.GROWTH TO 243, ; * Change allowance for file growth in HASH.HELP KW$TAPE TO 244, ; * Direct output of REFORMAT and SREFORMAT commands to tape KW$WITHIN TO 245, ; * Specify one record and its subrecords KW$DEFAULTS TO 246, ; * Cause the default options to CONFIGURE.FILE to be used KW$PROGRAMSIZE TO 256, ; * Used by LIMIT verb determine total user memory space for active BASIC routines KW$BREAK TO 257, ; * Used by the MASTER verb to enable the BREAK key for a user's terminal KW$DISPLAY TO 258, ; * Display the specified text KW$AS TO 260, ; * Specify name as second line of banner page or define a synonym for a field or expression KW$BANNER TO 260, ; * Specify name as second line of banner page KW$TYPE TO 261, ; * Specify a special form for printing KW$FORM TO 261, ; * Specify a special form for printing KW$NOFMT TO 262, ; * Do not use spooler controlled pagination and formatting KW$NFMT TO 262, ; * Do not use spooler controlled pagination and formatting KW$NHEAD TO 263, ; * Do not print a banner page KW$NOHEAD TO 263, ; * Do not print a banner page KW$COPIES TO 264, ; * Specify number of copies to print KW$PRINTER TO 265, ; * Route print job to specified system printer name KW$AT TO 265, ; * Route print job to specified system printer name KW$DEFER TO 266, ; * Defer printing until specified time KW$EJECT TO 267, ; * Perform page eject at end of report KW$FTN TO 268, ; * Document to be printed contains FORTRAN control codes KW$LNUM TO 269, ; * Prefix each line of print job with its line number KW$NOEJECT TO 270, ; * Do not skip to a new page at end of print job KW$NODEFAULT TO 271, ; * Change only specified parameters with SETPTR KW$KEEP TO 273, ; * Do not close print file after printing KW$NOKEEP TO 274, ; * Close the print file after printing KW$PRIORITY TO 275, ; * Specify priority for printing KW$FMT TO 276, ; * Spooler controls pagination and formatting KW$FORMAT TO 276, ; * Spooler controls pagination and formatting KW$REQUEUE TO 277, ; * Keep print jobs in spool queue in hold state KW$RETAIN TO 277, ; * Keep print jobs in spool queue in hold state KW$STARTPAGE TO 278, ; * Specify starting page number for printing KW$ENDPAGE TO 279, ; * Specify ending page number for printing KW$INFORM TO 280, ; * Keyword - Display the spooler job number of newly queued jobs KW$HOLD TO 281, ; * Send jobs to printer in hold state KW$NORETAIN TO 282, ; * Turn off the RETAIN option KW$NOHOLD TO 283, ; * Turn off the HOLD option KW$NEXT TO 284, ; * Used with BANNER to append a sequential number to print job name KW$CANCEL TO 285, ; * Delete a print job from the printer queue KW$USERS TO 286, ; * Display STATUS information about the USERS logged into the system KW$ME TO 287, ; * Display STATUS information about all users with your login name KW$DISKS TO 288, ; * Display STATUS information about the usage of all disks KW$NETWORK TO 289, ; * Display STATUS information about the system KW$SET TO 291, ; * SQL SET clause KW$CLEAR TO 292, ; * Used to clear something KW$COUNT.SUP TO 293, ; * Suppress count of records processed KW$EVALUATE TO 300, ; * Used to specify an expression to be used as a field in RetrieVe command KW$EVAL TO 300, ; * Used to specify an expression to be used as a field in RetrieVe command KW$CONV TO 301, ; * Used to define the conversion for a field or expression KW$CONVERSION TO 301, ; * Used to define the conversion for a field or expression KW$ASSOCIATION TO 302, ; * Used to include a field or expression in an existing ASSOCIATION KW$ASSOC TO 302, ; * Used to include a field or expression in an existing ASSOCIATION KW$ASSOC.WITH TO 303, ; * Used to associate a field or expression with another field KW$ASSOCIATED TO 303, ; * Used to associate a field or expression with another field KW$DISPLAYNAME TO 304, ; * Used to define a column heading for a field or expression KW$DISPLAY.NAME TO 304, ; * Used to define a column heading for a field or expression KW$COL.HDG TO 304, ; * Used to define a column heading for a field or expression KW$DISPLAY.LIKE TO 305, ; * Used to define the display characteristics of a field or expression to be the same as those of another field KW$DISPLAYLIKE TO 305, ; * Used to define the display characteristics of a field or expression to be the same as those of another field KW$MULTI.VALUE TO 306, ; * Used to define a field or expression as multivalued KW$MULTIVALUED TO 306, ; * Used to define a field or expression as multivalued KW$SINGLEVALUED TO 307, ; * Used to define a field or expression as single-valued KW$SINGLE.VALUE TO 307, ; * Used to define a field or expression as single-valued KW$IS.NULL TO 309, ; * Value is NULL KW$IS.NOT.NULL TO 310, ; * Value is not NULL KW$ADDING TO 312, ; * Add a Part file to a Distributed File KW$REMOVING TO 313, ; * Remove a Part file from a Distributed File KW$SYSTEM TO 314, ; * Use default partitioning algorithm in a Distributed File KW$INTERNAL TO 315, ; * Use internal partitioning algorithm in a Distributed File KW$EXTERNAL TO 316, ; * Use external partitioning algorithm in a Distributed File KW$ENUM TO 318, ; * Count the number of values in a field KW$ENUMERATE TO 318, ; * Count the number of values in a field KW$TRANSPORT TO 319, ; * Display the last value for a field KW$CURRENT_DATE TO 320, ; * for SQL-92 KW$CURRENT_TIME TO 321, ; * for SQL-92 KW$USERNAME TO 326, ; * Specifies username details for use with spool commands KW$PORTNO TO 328, ; * Specifies port number information for spool commands. KW$RANGE TO 329, ; * Specifies a range of jobs for the spool -cancel command. KW$HEADON TO 330, ; * Turns headers back on with the setptr command. KW$HEADN TO 330, ; * Turns headers back on with the setptr command. KW$ISOLATION TO 330, ; * SET.SQL environment KW$1NF TO 331, ; * "First Normal Form" KW$NOFORMFEED TO 331, ; * Turns formfeeds off, used with the setptr command. KW$EMPTY.NULL TO 332, ; * "EMPTY_NULL - SQL Environment" KW$FORMFEED TO 332, ; * Turns formfeeds back on used with the setptr command. KW$LOCK.WAIT TO 333, ; * SET.SQL environment KW$JOIN.BUFFER TO 334, ; * SET.SQL Environment KW$OPTIM.SCAN TO 335, ; * SET.SQL Environment KW$SELECT.BUFFER TO 336, ; * SET.SQL environment (SELBUF tunable) KW$TRACE.ARRAY TO 337, ; * for SET.SQL KW$VOC.CACHE TO 338, ; * SET.SQL controlling VOC cacheing. KW$SERVER TO 339, ; * SET.SQL trace option KW$64BIT TO 361, ; * 64bit file new header format KW$32BIT TO 362, ; * 32bit file new header format KW$OLDSTYLE TO 362, ; * 32bit file old header format KW$USEROPTS TO 363, ; * Specifies user specific options for use with spool commands KW$SUM TO 377, ; * SQL SUM set function KW$COUNT TO 378, ; * SQL COUNT set function KW$MAP TO 400, ; * MAP keyword and verb KW$FORMAT.MAP TO 402, ; * Specify the Format NLS map for SETPTR KW$TIME TO 403, ; * & Verb - Display the current system TIME and DATE KW$MONETARY TO 404, ; * NLS locale category KW$CTYPE TO 405, ; * NLS locale category KW$COLLATE TO 406, ; * NLS locale category KW$BASE TO 407, ; * NLS report detail KW$DISTINCT TO 502, ; * SQL SELECT clause KW$DEFAULT TO 503, ; * Use RetrieVe default heading in SQL SELECT KW$NOT TO 504, ; * the SQL logical negation operator KW$IN TO 505, ; * The word "IN"; ignored by RetrieVe KW$WHERE TO 506, ; * SQL SELECT selection criteria KW$BETWEEN TO 508, ; * SQL selection criteria KW$NO.OPTIMIZE TO 509, ; * Stop multi-file optimization KW$HAVING TO 510, ; * Specify selection criteria for grouped tables KW$ORDER TO 511, ; * SQL ORDER BY clause KW$DESC TO 512, ; * descending order in ORDER BY clause KW$ASC TO 513, ; * ascending order in ORDER BY clause KW$IS TO 514, ; * SQL connective KW$SLIST TO 515, ; * SQL SELECT list KW$INTO TO 516, ; * SQL INSERT statement KW$ANY TO 517, ; * The modifier "ANY"; ignored by RetrieVe KW$SOME TO 517, ; * The modifier "ANY"; ignored by RetrieVe KW$MIN TO 518, ; * Display the minimum value in a field for RetrieVe and execute the MIN set function for SQL KW$MAX TO 519, ; * Display the maximum value in a field for RetrieVe and execute the MAX set function for SQL KW$VALUES TO 524, ; * SQL INSERT statement KW$NULL TO 525, ; * the NULL value KW$EXISTS TO 526, ; * SQL selection operator KW$ESCAPE TO 527, ; * SQL pattern matching KW$AUX.PORT TO 528, ; * Enable auxiliary port KW$SUPPRESS TO 533, ; * report formatting KW$COLUMN TO 534, ; * report formatting KW$EXPLAIN TO 535, ; * Request SQL optimization plan KW$SPACE TO 536, ; * report formatting KW$SPACES TO 537, ; * report formatting KW$DOUBLE TO 538, ; * DOUBLE SPACES for report formatting KW$GRAND TO 539, ; * Used with TOTAL keyword to specify text to print on final TOTAL line of report KW$NUM.SUP TO 540, ; * Suppress line numbers on COPY to terminal/printer KW$UNNEST TO 541, ; * Unnest this association in SQL KW$INNER TO 543, ; * for SQL-92 joins KW$OUTER TO 544, ; * for SQL-92 joins KW$JOIN TO 545, ; * for SQL-92 joins KW$CROSS TO 546, ; * for SQL-92 joins KW$LEFT TO 547, ; * for SQL-92 joins KW$RIGHT TO 548, ; * for SQL-92 joins KW$FULL TO 549, ; * used by SQL-92 joins KW$TRIM TO 551, ; * for SQL '92 string op KW$SUBSTRING TO 555, ; * SQL inter '92 string op KW$BOTH TO 556, ; * for SQL '92 TRIM string operation KW$LEADING TO 558, ; * for SQL '92 TRIM string operation KW$TRAILING TO 559, ; * for SQL '92 TRIM string op KW$UPPER TO 560, ; * SQL '92 trim KW$LOWER TO 561, ; * SQL '92 trim KW$CHARACTER_LENGTH TO 562, ; * for SQL '92 token KW$CHAR_LENGTH TO 562, ; * for SQL '92 token KW$CAST TO 563, ; * SQL CAST operator KW$CHAR TO 564, ; * SQL CAST operator KW$CHARACTER TO 564, ; * SQL CAST operator KW$VARCHAR TO 565, ; * SQL CAST operator KW$VARYING TO 566, ; * SQL CAST operator KW$INT TO 567, ; * SQL CAST operator KW$INTEGER TO 567, ; * SQL CAST operator KW$SMALLINT TO 568, ; * SQL CAST operator KW$DEC TO 569, ; * SQL CAST operator KW$DECIMAL TO 569, ; * SQL CAST operator KW$FLOAT TO 570, ; * SQL CAST operator KW$EXPORTDDL TO 570, ; * Used by internal function of show_sica. KW$REAL TO 571, ; * SQL CAST operator KW$INSQLCATALOG TO 571, ; * Keyword- Used by internal function of show_sica. KW$PRECISION TO 572, ; * SQL CAST operator KW$DATE TO 573, ; * & Verb - SQL CAST operator KW$NOWAIT TO 574, ; * Sql token to NOT wait if a lock conflict KW$OPTIMIZE TO 575, ; * (NO) OPTIMIZE KW$EXTENDED.NUMERIC TO 576, ; * used by SET.SQL. KW$PIOPEN.FORMAT TO 600, ; * Forces PIOPEN compatible format KW$DIFF TO 601, ; * Used to combine SELECT lists. KW$DIFFERENCE TO 601, ; * Used to combine SELECT lists. KW$INTERSECTION TO 602, ; * Used to combine SELECT lists. KW$INTERSECT TO 602, ; * Used to combine SELECT lists. KW$UNION TO 603, ; * Used to combine SELECT lists. KW$MULTIVOLUME TO 605, ; * Specify PI/open multivolume partitioning algorithm KW$NO.SPLIT TO 606 , ; * Skip to new page if record won't fit on current page KW$FONTBOLD TO 607, ; * specify bold printing KW$FONTITALIC TO 608, ; * specify italic printing KW$FONTNAME TO 609, ; * specify font name for printing KW$FONTSIZE TO 610, ; * specify font size for printing KW$LINESPACE TO 611, ; * specify line spacing for GDI printing KW$TABSIZE TO 612, ; * specify tab spacing for spooled output KW$MODIFY TO 613, ; * Modify a print job in the printer queue KW$GDI TO 614, ; * Print document in GDI mode KW$RAW TO 615, ; * Print document in raw mode KW$NO.VERIFY TO 616, ; * Do not perform verification process KW$FULLKEY TO 617, ; * used to display full key with LIST.READU KW$TOXML TO 701, ; * indicate result as XML format KW$ELEMENTS TO 702, ; * XML result in ELEMENT format KW$WITHDTD TO 703, ; * Keyword - XML print associated DTD for XML document. KW$WITHSCHEMA TO 704, ; * XML print associated SCHEMA with XML document. KW$USINGXSL TO 705, ; * using the given file KW$XMLMAPPING TO 706, ; * using the give file to map XML document KW$XMLDATA TO 707, ; * Using XML document as a DATA file KW$SCHEMAONLY TO 708, ; * only display schema KW$RECOVERABLE TO 711 ; * Transaction Logging enabled file