SQL/MX Programming Manual for C and COBOL (G06.24+, H06.03+)

Contents
HP NonStop SQL/MX Programming Manual for C and COBOL523627-004
xii
17. Program and Module Management (continued)
17. Program and Module Management (continued)
Module Management Naming 17-8
How Modules Are Named 17-9
Effect of Module Management Naming 17-12
Targeting 17-12
Effect of the Target Attribute 17-13
Targeting Example for C: Using ModuleTableSet (MTSS) 17-13
Targeting Example for C: Using Build Subdirectory 17-15
Targeting Example for COBOL: Using ModuleTableSet (MTSS) 17-16
Targeting Example for COBOL: Using a Build Subdirectory 17-18
Versioning 17-19
Grouping 17-21
A. C Sample Programs
Using a Static SQL Cursor A-1
Ensuring Data Consistency A-4
Using Argument Lists in Dynamic SQL A-5
Using SQL Descriptor Areas in Dynamic SQL A-7
Using SQL Descriptor Areas With DESCRIBE A-7
Using SQL Descriptor Areas Without DESCRIBE A-12
Using a Dynamic SQL Cursor A-15
Using a Dynamic SQL Cursor A-15
Using a Dynamic SQL Cursor With Descriptor Area A-17
Using a Dynamic SQL Rowset A-26
Using SQL Descriptors to Select KANJI and KSC5601 Data A-28
DDL for KANJI and KSC4501 Table Columns A-28
Using SQL Descriptor Areas to Select SQL/MP KANJI and KSC5601 Data A-29
Using SQL Descriptors to Select UCS2 Data A-35
B. C++ Sample Program
Ensuring Data Consistency B-1
C. COBOL Sample Programs
Using a Static SQL Cursor C-1
Ensuring Data Consistency C-4
Using Argument Lists in Dynamic SQL C-6
Using SQL Descriptor Areas in Dynamic SQL C-9
Using a Dynamic SQL Cursor C-13