home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / cicssmp / clidir / dataarea.cpy < prev    next >
Text File  |  1998-02-12  |  1KB  |  24 lines

  1.  
  2.       *************************************************************
  3.       *    Licensed Materials - Property of IBM                   *
  4.       *                                                           *
  5.       *    28H2177 (C) Copyright IBM Corp. 1995, 1998             *
  6.       *    All rights reserved                                    *
  7.       *                                                           *
  8.       *    US Government Users Restricted Rights - Use,           *
  9.       *    duplication, or disclosure restricted by GSA ADP       *
  10.       *    Schedule Contract with IBM Corp.                       *
  11.       *                                                           *
  12.       *************************************************************
  13.       *************************************************************
  14.       *  Name:          DATAAREA.CPY                              *
  15.       *  Description:   Copy file for the data area               *
  16.       *                                                           *
  17.       *************************************************************
  18.           05  CS-TIME-RESULT               PIC X(8).
  19.           05  CS-DATE-RESULT               PIC X(8).
  20.  
  21.       ***************************************************************
  22.       *              END  COPY
  23.       **************************************************************
  24.