Skip to content

Instantly share code, notes, and snippets.

@sandeep-sparrow
sandeep-sparrow / HELLO.cbl
Created August 21, 2020 14:34
A simple COBOL-CICS which sends and receives data from the CICS region
******************************************************************
      * AUTHOR:  SANDEEP                                               *
      * PROGRAM: HELLO                                                 *
      * DESCRIPTION: THIS MODULE IS RECEIVE AND SENDS DATA TO CICS     *
      *              REGION                                            *
      * DATE: 05-08-2020                                               *
      ******************************************************************
       IDENTIFICATION DIVISION.
       PROGRAM-ID. HELLO.
      *