Date/Time Callable Service Sample
 
  DESCRIPTION:
       This sample provides a COBOL program for using a
       Date/Time Callable Service.
 
***************************************************************
* 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 a Date/Time Callable Service in a COBOL
       program.
 
  HOW TO USE THIS SAMPLE:
 
       This sample contains a COBOL program and the necessary
       COPY file for it.  To use this program, you can copy
       it into your own directory, along with the COPY file,
       and invoke cob2 from the command line to compile and
       link the program.  Or, you can use Workframe to invoke
       cob2.
 
  ADDITIONAL INFORMATION:
 
       Refer to the section for Date and Time Callable Services
       in the Programming Guide.
 
