cobol2.hlp (Table of Contents; Topic list)
SQL (↑ SQL)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    SQL
 
  Function:     Allows EXEC SQL statements in your program. The
                compiler passes them to precompiler services.
 
  Syntax:
 
     ─┬───┬─┬───────SQL──────"dbman"─────┬────
        └─/─┘ └┬────┬─SQL──────────────────┘
               └─NO─┘
 
  Parameters:   dbman                Specifies which database manager/
                                     requester to use.
 
  Default:      NOSQL
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-