Page 1 of 1

CEDA and CEEOUT

PostPosted: Mon Nov 17, 2008 5:19 am
by hakghen
Hello once again friends,

Sorry for the excessive questions, but I'm having a hard time with this first contact with CICS.

What I have to do now is compile a C program into the mainframe and install it on CICS, using the CEDA transaction. The program is called PUTTER and is inside the data-set named ZCON039.PART3.LOAD.

Ok, I started up CICS and logged into it, then, did the following routines:

CEDA DEFINE PROGRAM(PUTTER) GROUP(ZCON039) LANGUAGE(C)
CEDA DEFINE TRANSACTION(TPUT) PROGRAM(PUTTER) GROUP(ZCON039)
CEDA INSTALL(ZCON039)

But I really don't know if it's right, I couldn't find an answer on the redbooks, so I came to ask for help =/

Then, I went to check the CEEDOUT and it had the following output:

0024TPUT 20081116213714 UserID :ZCON039:
0024TPUT 20081116213714 Opening queue ZCON039.MAINFRAME.CONTEST.PUTQ
0024TPUT 20081116213714 MQOPEN RC: 2082

And still, I have no idea of what I have to do. This is the last task of the contest...

Well, thanks in advance!

[]'s!