SQL/MX Programming Manual for C and COBOL (G06.24+, H06.03+)
Index
HP NonStop SQL/MX Programming Manual for C and COBOL—523627-004
Index-2
C
Compilation
COBOL 16-21
C++ 15-1
Compilation of modules
embedded module definitions 15-27,
16-22
module definition files 15-31, 16-26
Compilation of programs
description of 1-12
embedded module definitions 15-3,
16-3
examples
build C application 15-46
build COBOL application 16-38
build C/C++ with SQL 15-43
deploy static SQL to RDF
system 15-49
develop native C/C++ with SQL on
OSS 15-44
quick builds and mxcmp defaults in
one-file deployment 15-47
module definition files 15-6, 16-6
Compile-time name resolution 8-6
Compile-time specified length 12-4
Compound statements
assignment of 5-15
description of 5-1, 5-13
examples
grouping statements, C 5-14
grouping statements, COBOL 5-14
using SELECT INTO statement,
C 5-15
using SELECT INTO statement,
COBOL 5-15
general syntax 5-13
IF statement 5-16
limitation 5-13
CONTROL statements
See also Scope
behavior and use guidelines 2-14
CONTROL QUERY DEFAULT 2-7
CONTROL statements (continued)
CONTROL QUERY SHAPE 2-7
CONTROL TABLE 2-7
description of 2-12
dynamic 2-13
static 2-13
CREATE SQLMP ALIAS statement 1-1,
8-2
CREATE TABLE, example of 3-35
Cursor position
after DELETE 6-9
after FETCH 6-6
after UPDATE 6-8
operations affecting 6-15
Cursor specification, preparing 11-4
Cursors
changing position 6-15
declaration statement 2-7
description of 6-1
dynamic
description of 11-1
sample program, C A-17
sample program, COBOL C-13
sensitivity 6-16
stability of 6-15
static
description of 6-1
sample program, C A-1
sample program, COBOL C-1
steps for using dynamic cursor in
C 11-2
steps for using dynamic cursor in
COBOL 11-3
C++ class, SQL Declare Section 3-29
C++ host variables 2-3
C++ run-time library, default 15-26
C/C++ compiler and linker, running 15-25
C/C++ host variables, data types 3-13
C/C++ preprocessor
description of 15-8