HPlogo ALLBASE/SQL Advanced Application Programming Guide: HP 3000 MPE/iX Computer Systems > Chapter 8 COBOL Preprocessor Enhancements

Host Variables Initialized With The VALUE Clause

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Host variables can now be initialized with the VALUE clause when they are declared. For example:

   EXEC SQL BEGIN DECLARE SECTION END-EXEC.

   01  CREDIT-LIMIT         PIC  S9(7)V99 COMP-3  VALUE 1800.00.        



   [vellip]



   EXEC SQL END DECLARE SECTION END-EXEC.
Feedback to webmaster