home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / cee / readme.txt < prev    next >
Text File  |  1997-03-20  |  2KB  |  39 lines

  1. Date/Time Callable Service Sample
  2.  
  3.   DESCRIPTION:
  4.        This sample provides a COBOL program for using a
  5.        Date/Time Callable Service.
  6.  
  7. ***************************************************************
  8. * DISCLAIMER OF WARRANTIES:                                   *
  9. *                                                             *
  10. * The following enclosed code is sample code created by IBM   *
  11. * Corporation.  This sample code is not part of any standard  *
  12. * IBM product and is provided to you solely for the purpose   *
  13. * of assisting you in the development of your applications.   *
  14. * The code is provided "AS IS", without warranty of any       *
  15. * kind.  IBM shall not be liable for any damages arising out  *
  16. * of your use of the sample code, even if they have been      *
  17. * advised of the possibility of such damages.                 *
  18. *                                                             *
  19. ***************************************************************
  20.  
  21.   CONCEPT/FEATURE:
  22.        How to use a Date/Time Callable Service in a COBOL
  23.        program.
  24.  
  25.   HOW TO USE THIS SAMPLE:
  26.  
  27.        This sample contains a COBOL program and the necessary
  28.        COPY file for it.  To use this program, you can copy
  29.        it into your own directory, along with the COPY file,
  30.        and invoke cob2 from the command line to compile and
  31.        link the program.  Or, you can use Workframe to invoke
  32.        cob2.
  33.  
  34.   ADDITIONAL INFORMATION:
  35.  
  36.        Refer to the section for Date and Time Callable Services
  37.        in the Programming Guide.
  38.  
  39.