Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)
Environment Division
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual—426750-001
4-2
SOURCE-COMPUTER Paragraph
SOURCE-COMPUTER Paragraph
The required SOURCE-COMPUTER paragraph names the computer system by which
the program unit is compiled. The SCREEN COBOL compiler assumes the system is a
Compaq NonStop™ Himalaya system and treats any name given as a comment.
The SOURCE-COMPUTER paragraph syntax is:
comment-entry
is one or more words and cannot consist of blank or null characters.
OBJECT-COMPUTER Paragraph
The required OBJECT-COMPUTER paragraph names the computer system on which
the object program runs. The SCREEN COBOL compiler assumes the system is a
NonStop™ Himalaya system and treats the name given as a comment.
The OBJECT-COMPUTER paragraph syntax is:
comment-word
is a single word.
TERMINAL IS
specifies whether the program is a screen-oriented requester program that
communicates with a terminal or a message-oriented requester program that
SOURCE-COMPUTER. comment-entry.
OBJECT-COMPUTER. comment-word,
[ TERMINAL IS { T16-6510 } [ , ] ]
[ { T16-6520 } ]
[ { T16-6530 } ]
[ { T16-6540 } ]
[ { IBM-3270 } ]
[ { CONVERSATIONAL } ]
[ { INTELLIGENT-0 } ]
[ { INTELLIGENT-1 } ]
[ { INTELLIGENT-2 } ]
[ { INTELLIGENT } ]
[ CHARACTER-SET IS { USASCII } ] .
[ { FRANCAIS-AZ } ]
[ { FRANCAIS-QW } ]
[ { DEUTSCH } ]
[ { ESPANOL } ]
[ { UK } ]
[ { SVENSK-SUOMI } ]
[ { DANSK-NORSK } ]
[ { KANJI-KATAKANA } ]