HP 3000 Manuals

Ap F. DOS/VS COBOL Support [ COBOL/HP-UX Language Reference for the Series 700 and 800 ] MPE/iX 5.0 Documentation


COBOL/HP-UX Language Reference for the Series 700 and 800

Appendix F  DOS/VS COBOL Support 

Introduction 

This Micro Focus COBOL system provides limited support for DOS/VS COBOL
syntax.

A directive, DOSVS, is supplied to enable all DOS/VS reserved words.  The
directive FLAG(DOSVS) will flag any syntax that is not part of DOS/VS
COBOL. See your COBOL System Reference for details of these directives.

DOS/VS COBOL is identical to OS/VS COBOL, apart from the differences
below:

If the ASSIGN (EXTERNAL) directive has been set, the variable to be
defined in the SET command is either:

   a.  all of the text following the last hyphen, if it is not one of P,
       R, S, SR or AS, or;

   b.  that part of the name preceding the first hyphen.

In the Special Registers table (see the chapter COBOL Concepts, an entry
should be made for DOS/VS as follows:

Special Register: 

COM-REG

Implicit Data Description Picture: 

PIC X(11)
[REV BEG]

Usage: 

In DOS/VS COBOL, this field corresponds to bytes 12 through 22 of the DOS
Communication Region.  In the Micro Focus COBOL system, however, the data
area is simply allocated, is unitialized, and has no special meaning
attached to any data that is placed in it by the program.[REV END]



MPE/iX 5.0 Documentation