HP 3000 Manuals

Ch 4. ENVIRONMENT DIVISION [ HP COBOL II/XL Quick Reference Guide ] MPE/iX 5.0 Documentation


HP COBOL II/XL Quick Reference Guide

Chapter 4  ENVIRONMENT DIVISION 

	       Click here to view figure.
            

CONFIGURATION SECTION 

	       Click here to view figure.
            

SOURCE-COMPUTER Paragraph 

[SOURCE-COMPUTER. [computer-name [WITH DEBUGGING MODE].]]

OBJECT-COMPUTER Paragraph 

	       Click here to view figure.
            

SPECIAL-NAMES Paragraph 

	       Click here to view figure.
            

          Table 4-1.  HP COBOL II Feature, Switch, and Device Names 

--------------------------------------------------------
|                     |                                |
| Feature Name        | Function                       |
|                     |                                |
--------------------------------------------------------
|                     |                                |
| CONDITION-CODE      | Refers to condition codes      |
|                     | returned by operating system   |
|                     | intrinsics when they have been |
|                     | called through the CALL        |
|                     | statement.                     |
|                     |                                |
--------------------------------------------------------
|                     |                                |
| NO SPACE CONTROL    | When included in the ADVANCING |
|                     | clause of the WRITE statement, |
|                     | this prevents the line printer |
|                     | from advancing vertically or   |
|                     | horizontally.                  |
|                     |                                |
--------------------------------------------------------
|                     |                                |
| TOP                 | When included in the ADVANCING |
|                     | clause of the WRITE statement, |
|                     | the mnemonic name assigned to  |
|                     | TOP causes the line printer to |
|                     | perform a page eject.          |
|                     |                                |
--------------------------------------------------------
|                     |                                |
| C01                 | Used in the ADVANCING clause   |
| through             | of the WRITE statement for     |
| C16                 | sequential files.  Each        |
|                     | directs the line printer to    |
|                     | skip to a particular channel   |
|                     | (1 through 16) on the carriage |
|                     | control tape.  Refer to the HP |
|                     | COBOL II/XL Reference Manual   |
|                     | for details.                   |
|                     |                                |
--------------------------------------------------------

          Table 4-1.  HP COBOL II Feature, Switch, and Device Names (cont.) 

--------------------------------------------------------
--------------------------------------------------------
|                     |                                |
| Switch Name         | Function                       |
|                     |                                |
--------------------------------------------------------
|                     |                                |
| SW0                 | Refer to software switches     |
| through             | associated with condition      |
| SW15                | names.  (Software switches are |
|                     | described in the next section  |
|                     | of this chapter.)              |
|                     |                                |
--------------------------------------------------------
|                     |                                |
| Device Name         | Function                       |
|                     |                                |
--------------------------------------------------------
|                     |                                |
| SYSIN               | Refers to the operating system |
|                     | standard input device.  In an  |
|                     | interactive session, this is   |
|                     | your terminal.  In a batch     |
|                     | job, it is either the card     |
|                     | reader or operator's console.  |
|                     |                                |
--------------------------------------------------------
|                     |                                |
| SYSOUT              | Refers to the operating system |
|                     | standard output device.  In an |
|                     | interactive session, this is   |
|                     | your terminal.  In a batch     |
|                     | job, it is the line            |
|                     | printer[REV BEG]               |
|                     |                                |
--------------------------------------------------------
|                     |                                |
| CONSOLE             | Refers to the computer         |
|                     | operator's console (not your   |
|                     | terminal).[REV END]            |
|                     |                                |
--------------------------------------------------------



MPE/iX 5.0 Documentation