cobol1.hlp (Topic list)
COBOL Language Index - C
                                             Up Contents Index Back
──COBOL Language Index──────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬───┐
  │AB│C│DEFGHIJKLMNOPQRSTUVWX-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴───┘
 
    CALL                     CALL
    call-by-name             List of call-by-name routines
    call-convention          Special-names
    calls                    Library of routines
    CANCEL                   CANCEL
    case                     Text routines
    CBL_                     Library of routines
    CBL_ALLOC_MEM            Dynamically allocate memory
    CBL_AND                  Logical AND
    CBL_CHANGE_DIR           Change current directory
    CBL_CHECK_FILE_EXIST     Check if file exists
    CBL_CLEAR_SCR            Clear screen
    CBL_CLOSE_FILE           Close byte-stream file
    CBL_CLOSE_VFILE          Close a heap
    CBL_COPY_FILE            Copy File
    CBL_CREATE_DIR           Create directory
    CBL_CREATE_FILE          Create byte-stream file
    CBL_DELETE_DIR           Delete directory
    CBL_DELETE_FILE          Delete file
    CBL_EQ                   Logical equivalence
    CBL_EXIT_PROC            Register closedown procedure
    CBL_FREE_MEM             Free dynamically allocated memory
    CBL_GET_CSR_POS          Return cursor position
    CBL_GET_KBD_STATUS       Test for character at keyboard
    CBL_GET_MOUSE_MASK       Return mouse event mask
    CBL_GET_MOUSE_POSITION   Return mouse screen coordinates
    CBL_GET_MOUSE_STATUS     Get number of events in queue
    CBL_GET_OS_INFO          Return operating system information
    CBL_GET_SCR_SIZE         Get screen size
    CBL_HIDE_MOUSE           Hide mouse pointer
    CBL_IMP                  Logical implies
    CBL_INIT_MOUSE           Initialize mouse support
    CBL_JOIN_FILENAME        Join file-name
    CBL_LOCATE_FILE          Locate file / Expand path
    CBL_NLS_CLOSE_MSG_FILE   Close NLS message file
    CBL_NLS_COMPARE          Compare two strings
    CBL_NLS_INFO             Get/set national information
    CBL_NLS_OPEN_MSG_FILE    Open NLS message file
    CBL_NLS_READ_MSG         Read message from NLS message file
    CBL_NOT                  Logical not
    CBL_OPEN_FILE            Open byte-stream file
    CBL_OPEN_VFILE           Open a heap
    CBL_OR                   Logical OR
    CBL_READ_DIR             Read current directory
    CBL_READ_FILE            Read byte-stream file
    CBL_READ_KBD_CHAR        Read character from keyboard (no echo)
    CBL_READ_MOUSE_EVENT     Read mouse event queue
    CBL_READ_SCR_ATTRS       Read attribute string
    CBL_READ_SCR_CHARS       Read character string
    CBL_READ_SCR_CHATTRS     Read character & attribute strings
    CBL_READ_VFILE           Read from a heap
    CBL_RENAME_FILE          Rename file
    CBL_SET_CSR_POS          Set cursor position
    CBL_SET_MOUSE_MASK       Set mouse event mask
    CBL_SET_MOUSE_POSITION   Set mouse screen coordinates
    CBL_SHOW_MOUSE           Draw mouse pointer
    CBL_SPLIT_FILENAME       Split file-name
    CBL_SUBSYSTEM            Declare/deallocate subsystems
    CBL_SWAP_SCR_CHATTRS     Swap character & attribute
    CBL_TERM_MOUSE           Terminate mouse support
    CBL_TOLOWER              Convert a string to lower case
    CBL_TOUPPER              Convert a string to upper case
    CBL_WRITE_FILE           Write byte-stream file
    CBL_WRITE_SCR_ATTRS      Write attribute string
    CBL_WRITE_SCR_CHARS      Write character string
    CBL_WRITE_SCR_CHARS_ATTR Write character string with attribute
    CBL_WRITE_SCR_CHATTRS    Write character & attribute strings
    CBL_WRITE_SCR_N_ATTR     Repeat write attribute
    CBL_WRITE_SCR_N_CHAR     Repeat write character
    CBL_WRITE_SCR_N_CHATTR   Repeat write character & attributes
    CBL_WRITE_SCR_TTY        Write characters TTY-style
    CBL_WRITE_VFILE          Write to a heap
    CBL_XOR                  Logical exclusive OR (XOR)
    CD                       Communication Description Entry
    CHAIN                    CHAIN
    CHAR Intrinsic Function  Intrinsic Function CHAR
    character codes          ASCII/EBCDIC Table
    class                    Special-names
    CLOSE                    CLOSE
    Closedown                Procedure
                             Register procedure
    COMMIT                   COMMIT
    COMPUTE                  COMPUTE
    condition-name           Data Description Entry
    conditions               Conditions
    console                  Special-names
    constant-name            Data Description Entry
    constructs               Statements
    CONTINUE                 CONTINUE
    conversion               Text routines
    COPY                     COPY statement
    COS                      Intrinsic Function
    crt                      Special-names
                             Screen    (↑ Library of Routines)
    currency                 Special-names
    CURRENT-DATE             Intrinsic Function
                                    -♦-