User contributions

From CometWiki

Jump to: navigation, search
Search for contributions 
 

(Latest | Earliest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 09:02, 6 June 2009 (diff | hist) DEFINE(top)
  • 08:56, 6 June 2009 (diff | hist) DEFINE
  • 13:31, 5 June 2009 (diff | hist) WORKDIR(top)
  • 13:28, 5 June 2009 (diff | hist) WORKDIR
  • 13:27, 5 June 2009 (diff | hist) WORKDIR
  • 13:25, 5 June 2009 (diff | hist) WORKDIR
  • 13:25, 5 June 2009 (diff | hist) WORKDIR
  • 13:24, 5 June 2009 (diff | hist) WORKDIR
  • 13:24, 5 June 2009 (diff | hist) WORKDIR
  • 13:23, 5 June 2009 (diff | hist) WORKDIR
  • 13:22, 5 June 2009 (diff | hist) WORKDIR
  • 13:21, 5 June 2009 (diff | hist) WORKDIR
  • 13:20, 5 June 2009 (diff | hist) WORKDIR
  • 13:18, 5 June 2009 (diff | hist) WORKDIR
  • 13:17, 5 June 2009 (diff | hist) N WORKDIR(New page: == WORKDIR == == WORKDISC == == WIRKDISK == Syntax: WORKDIR directory-name WORKDISC directory-name WORKDISK directory-name Placement: The WORKDIR, WORKDISC, and WORKDISK command...)
  • 13:15, 5 June 2009 (diff | hist) N USING(New page: USING Syntax: USING link-name [(alternate-actual-file-name{,directory-name})] [;link-name][;link-name] Placement: Place the USING command after the REPORT command. Discussion: The ...)
  • 13:14, 5 June 2009 (diff | hist) N TOTAL(New page: TOTAL Syntax: TOTAL field-name[,P][;field-name{,P}][;field-name{,P}] Where: P = print a message (string) on the total line Placement: Place the TOTAL command after the REPORT comma...)
  • 13:13, 5 June 2009 (diff | hist) N TITLE(New page: TITLE Syntax: TITLE report-title Placement: Place the TITLE of the report before the REPORT command. Discussion: The TITLE command specifies a printed title for the report. Titles...)
  • 13:13, 5 June 2009 (diff | hist) N SPACES(New page: SPACES Syntax: SPACES number-of-spaces-between-columns Placement: See discussion. Discussion: The SPACES command sets the number of spaces between columns. If you do not specify a ...)
  • 13:12, 5 June 2009 (diff | hist) N SORT(New page: SORT Syntax: SORT [ON] field-name[,A|D]][;field-name{,A|D}]... Where: A = ascending order (default) D = descending order Note: A type 2 gateway must be configured if the SORT comm...)
  • 13:11, 5 June 2009 (diff | hist) N SKIPPING(New page: SKIPPING Syntax: SKIPPING number-of-lines Placement: Place the SKIPPING command before the REPORT command. Discussion: The SKIPPING command allows you to double-, triple, or quadru...)
  • 13:10, 5 June 2009 (diff | hist) N SELECTING(New page: SELECTING Syntax: SELECTING [IF] field-name relational-operator value [AND field-name relational-operator value] Where: Relational-operators: EQ = equal to NE = not equal to ...)
  • 13:08, 5 June 2009 (diff | hist) N RUN(New page: RUN Syntax: RUN program[,directory-name][,"message"] Placement: The RUN command must be the last command in the report or the last command in a report contained in a multiple-report s...)
  • 13:07, 5 June 2009 (diff | hist) N REPORT(New page: REPORT Syntax: REPORT Discussion: Use the REPORT command to separate format commands from data commands. Always place the REPORT command before the first data handling command (BREAK,...)
  • 13:06, 5 June 2009 (diff | hist) N PRIORITY(New page: PRIORITY Syntax: PRIORITY scheduler-priority-value Placement: Place the PRIORITY command anywhere in the report specification. You may enter multiple PRIORITY statements within a spec...) (top)
  • 13:06, 5 June 2009 (diff | hist) N PRINTER(New page: PRINTER Syntax: PRINTER device-name [,printer-control] [;printer-control] ... PRINTER PROMPT [,printer-control] [;printer-control] ... PRINTER file-name[.extension][,directory-na...)
  • 13:03, 5 June 2009 (diff | hist) N NOHEADINGS(New page: NOHEADINGS Syntax: NOHEADINGS Placement: See discussion. Disucssion: NOHEADINGS suppresses column titles for a particular print line. It does not suppress overall format command su...)
  • 13:02, 5 June 2009 (diff | hist) N MARGIN(New page: MARGIN Syntax: MARGIN left-margin[,right-margin] Placement: Place the MARGIN command before the REPORT command. Discussion: The MARGIN command specifies the left and right margins ...)
  • 13:02, 5 June 2009 (diff | hist) N LOG(New page: LOG Syntax: LOG device-name LOG file-name[,directory-name] LOG OFF LOG TERMINAL Placement: Place the LOG command before the REPORT command. Discussion: The LOG command specifies th...)
  • 13:01, 5 June 2009 (diff | hist) N LAUNCH(New page: LAUNCH Syntax: LAUNCH Windows-program-or-document Placement: Place the LAUNCH command after the REPORT command. Discussion: Under Comet98 and greater, the LAUNCH command launches a...)
  • 13:00, 5 June 2009 (diff | hist) N LINES(New page: LINES Syntax: LINES number-of-lines-per-page Placement: Place the LINES command before the REPORT command. Discussion: LINES specifies the maximum number of lines to print on each ...)
  • 13:00, 5 June 2009 (diff | hist) N KEYRANGE(New page: KEYRANGE Syntax: KEYRANGE "start-key" TO "stop-key" Discussion: KEYRANGE specifies a range of records from the primary file that you want The Reporter to consider for this report. By ...)
  • 12:58, 5 June 2009 (diff | hist) N KEYNAME(New page: KEYNAME Syntax: KEYNAME CustomerName Discussion: KEYNAME specifies the secondary keyname by which the primary file will be read. The secondary keyname much match one of the key names ...)
  • 12:58, 5 June 2009 (diff | hist) N INPUT(New page: INPUT Syntax: INPUT dictionary-file-name [(alternate-actual-file-name{,directory-name})] Placement: Place the INPUT command before the REPORT command and after any LOG, PRINTER, or DI...)
  • 12:57, 5 June 2009 (diff | hist) N INDENT(New page: INDENT Syntax: INDENT number-of-spaces Placement: See discussion. Discussion: The INDENT command indents the printed lines or the report from the left edge of the page if the MARGI...)
  • 12:56, 5 June 2009 (diff | hist) N HEADER(New page: HEADER Syntax: HEADER report-header Placement: Place the HEADER command before the REPORT command. Discussion: The HEADER command sends data to the output device one time, at the s...)
  • 12:55, 5 June 2009 (diff | hist) N FOOTER(New page: FOOTER Syntax: FOOTER report-footer Placement: Place the FOOTER command before the REPORT command. Discussion: The FOOTER command sends data to the output device one time, at the e...)
  • 12:51, 5 June 2009 (diff | hist) N ERASE(New page: == ERASE == '''Syntax:''' ERASE file-name[,directory-name] '''Placement:''' Place the ERASE statement either before or after the REPORT command in your report file. Place it before ...)
  • 12:50, 5 June 2009 (diff | hist) N ENTER(New page: == ENTER == '''Syntax:''' ENTER program[,[directory-name][,message]] '''Placement:''' The ENTER command may be used either before or after the REPORT command. If used before, the su...)
  • 12:49, 5 June 2009 (diff | hist) N END(New page: == END == '''Syntax:''' END '''Placement:''' Place the END command after the REPORT command. '''Discussion:''' The END command signifies the end of a report specification. When ...)
  • 12:47, 5 June 2009 (diff | hist) N DICTIONARY(New page: == DICTIONARY == '''Syntax:''' DICTIONARY directory-name '''Placement:''' Place the DICTIONARY command before the REPORT command and before the INPUT command. '''Discussion:''' T...)
  • 12:45, 5 June 2009 (diff | hist) N DEFINEFILE(New page: == DEFINEFILE == '''Syntax:''' DEFINEFILE dictionary-file-name '''Placement:''' Place the DEFINEFILE command before the REPORT command. It can be useful when your PRINTER command di...)
  • 12:42, 5 June 2009 (diff | hist) N DEFINE(New page: '''DEFINE''' '''Syntax:''' DEFINE field-name=expression;length[.precision][,display-length][;title] '''Placement:''' Place the DEFINE command either before or after the REPORT command...)
  • 12:36, 5 June 2009 (diff | hist) BREAK(top)
  • 12:35, 5 June 2009 (diff | hist) BREAK
  • 12:31, 5 June 2009 (diff | hist) BREAK
  • 12:30, 5 June 2009 (diff | hist) BREAK
  • 12:25, 5 June 2009 (diff | hist) N BREAK(New page: '''BREAK''' '''Syntax:''' BREAK [ON] field[;field][,N{ewpage}] '''Placement:''' Place the BREAK command after the REPORT command. '''Discussion:''' The BREAK command performs a con...)
  • 12:22, 5 June 2009 (diff | hist) The Reporter Commands
  • 12:21, 5 June 2009 (diff | hist) The Reporter Commands

(Latest | Earliest) View ( | ) (20 | 50 | 100 | 250 | 500)

Views
Personal tools
Toolbox