ODBC SAMPLE DESCRIPTION: This sample provides a skeleton COBOL program for using ODBC. *************************************************************** * DISCLAIMER OF WARRANTIES: * * * * The following enclosed code is sample code created by IBM * * Corporation. This sample code is not part of any standard * * IBM product and is provided to you solely for the purpose * * of assisting you in the development of your applications. * * The code is provided "AS IS", without warranty of any * * kind. IBM shall not be liable for any damages arising out * * of your use of the sample code, even if they have been * * advised of the possibility of such damages. * * * *************************************************************** CONCEPT/FEATURE: How to use Open Database Connectivity (ODBC) features in a COBOL program. HOW TO USE THIS SAMPLE: This sample contains a skeleton COBOL program and the necessary COPY files for it. To use this program, you can copy into your own directory, along with the copy files, and add your own code in the appropriate places, indicated by comments. ADDITIONAL INFORMATION: Refer to the Programming Guide (Open Database Connectivity chapter) and the ODBC Drivers Reference, both of which are available in the VisualAge for COBOL Information Notebook. For information on other samples shipped with the VisualAge for COBOL product, please see the Samples Information. To access Samples Information, open the VisualAge for COBOL folder, then open the Samples folder, then open Samples Information.