compiling and link-editing CICS-C program



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

compiling and link-editing CICS-C program

Postby vijay40 » Thu Nov 06, 2014 11:12 am

Hello,

I have made a simple CICS-C program whose code is shown below. I am completely new to mainframes and don't know what I have to write in JCL to compile the program and make an executable load module. Also if there are additional steps I need to do, please specify them. Thank You.

#include <stdio.h>

int main()
{
    char Hello[]="Hello world!";
    EXEC CICS SEND FROM(Hello) LENGTH(12) ERASE;
    EXEC CICS RETURN;
}
vijay40
 
Posts: 2
Joined: Wed Oct 29, 2014 8:51 pm
Has thanked: 0 time
Been thanked: 0 time

Return to CICS

 


  • Related topics
    Replies
    Views
    Last post