Home - Accesskey: 1

Download evaluation copy

Products

Contents of the MultiBase training course

CTSQL

Overview

Data Definition Language (DDL)

Data Control Language (DCL)

Data Management Language (DML)

Query Language (QL)

Data Integrity Statements (Transactions)

CTL

Concepts

CTL Objects

  1. Automatic generation:
    - Maintenance of tables without join.
    - Maintenance of tables with join: head-lines.
  2. SCREEN section:
    - Definition and function.
    - Metacharacters.
    - Limits.
    - Use a help file as a screen.
    - Exercises.
  3. TABLES section:
    - Definition and function.
    - On line maintenance.
    - Types of tables to maintain.
    - Exercises.
  4. VARIABLES section:
    - Definition and function.
    - Definition of columns with CTL attributes (lines).
    - Vartables and displaytables.
    - Pseudo variables.
    - Untagged columns.
  5. MENU section:
    - Definition and function.
    - Lotus or Down menus. Options.
    - Help files management.
    - Exercises.
  6. CONTROL section:
    - Definition and function.
    - Non procedural statements.
    - Action depending on the select operation.
    - Action depending on the pressed key.
    - Action depending on the initiated action.
    - Exercises.
  7. EDITING section:
    - Definition and function.
    - Non procedural statements.
    - Action depending on the select operation.
    - Action depending on the pressed key.
    - Action depending on the initiated action.
    - Exercises.
  8. LAYOUT section:
    - Definition and function.
    - Appearance of the screen.
    - Exercises.
  9. JOINS section:
    - Definition and funtion.
    - Head-lines join.
    - Multicolumn join (composite).
    - Request indexes for join.
    - Exercises.
  1. First mode of definition:
    - SCREEN (same as Form).
    - VARIABLES: Variables and attributes definition.
    - MENU (same as Form).
    - CONTROL: Non procedural statements (same as Form without control over DELETE).
    - EDITING: Non procedural statements (same as Form).
    - LAYOUT.
  2. Second mode of definition:
    - FRAME name LIKE table.*
    - MENU (see previous structure).
    - CONTROL (see previous structure).
    - EDITING (see previous structure).
    - LAYOUT (see previous structure).

Statements by Functional Groups

Debugger

Miscelaneous

Transfer of Applications

How to increase the MultiBase Operativity