Programmer's Guide to Writing Programs

Index

Table of Contents

!  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

R

Read
        byte from memory  18.2.2..2
        byte from port  18.2.2..2
        programmable switch  18.2.2..3
        run-time switch  18.2.2..3
        word from port  18.2.2..3
Read named value  14.3.2
Read word from memory  18.2.2..3
REALOVL Compiler directive  3.2.12
Record
        maximum size  3.1.2
Recursion  2.1 , 2.1.1
        entry point  2.1.2
REF Compiler directive  1.1.1.1 , 1.5.1.1
Reference modification  4.4.4
        versus STRING statement  2.2
Register
        preservation  9.1.2.5
        usage on 16-bit  10.2.7.1
        usage on OS/2 (32-bit)  10.2.7.2
        usage on Windows NT  10.2.7.3
Relocation entries
        maximum number  3.2.9
REMAINDER phrase  1.1.2.1
REPLACE verb and Integrated Preprocessor  17.3.3
Representation of data types  9.2.2.3
Requirements
        CALL (16-bit)  1.5.3.1
        CALL (32-bit and 64-bit)  1.5.3.2
Restrictions
        programming  3.2
        when interfacing between C and COBOL  10.6.1.8
RETRYLOCK Compiler directive  5.1.5.3
Return code  9.1.2.4 , 9.2.2.5
RETURN-CODE  9.2.2.1 , 9.2.2.1 , 9.2.2.5
        efficiency  1.1.2.7
RETURNING phrase  9.2.2.1 , 9.2.2.5
REXX  10.6.9
RM file status portability  5.1.5.3
RMSTAT conversion routine  5.1.5.3
rmstat.obj module  5.1.5.3
ROLLBACK statement portability  5.1.6.11
ROUNDED phrase  1.1.2.1 , 1.1.2.1
Routines
        See Library routines
        for supporting mixed language applications  10.8
        logic  2.5.3.2
        National Language Support  7.8
RTNCODE-SIZE Compiler directive  9.2.2.5
Run-time
        configuration  6.8
        errors  1.7.2.1
        switches  6.5
Run-unit
        child  14.2.3
        coru  14.2.3
        library routines  14.3
        management  14.2.3
        originator  14.2.3
        parent  14.2.3
Run-unit routines
        allocate dynamic memory  14.3.2
        clear  14.3.2
        create run-unit  14.3.2
        create/update named value  14.3.2
        free dynamic memory  14.3.2
        read named value  14.3.2
        yield run-unit  14.3.2
Run-units
        See multiple run-units
        intercommunication  14.2.4