IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What are all the things to be done in MF to use CTG with Net


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Mon Nov 01, 2010 12:56 pm
Reply with quote

Hi all,

We plan to test a sample code which connects MF-CICS with .Net using CTG. PFB code for your reference. Please let me know what are all the compilation options needed for CICS-CTG code, & what are all the set up to be done from Mainframe end to test this code.


Code:

033100 01.000***************                                                   
 033200            SET ECI-COMMAREA TO ADDRESS OF COMMAREA.                     
 033300            MOVE LOW-VALUES TO ECI-PARMS.                               
 033310            SET ECI-SYNC TO TRUE.                                       
 033320            MOVE 'EC01' TO ECI-PROGRAM-NAME.                             
 033330            MOVE SERVER TO ECI-SYSTEM-NAME.                             
 033340            MOVE LENGTH OF COMMAREA TO ECI-COMMAREA-LENGTH.             
 033350                 SET ECI-NO-EXTEND TO TRUE.                             
 033360                 SET ECI-VERSION-1A TO TRUE.                             
 033370            CALL 'CICSEXTERNALCALL'                                     
 033380                  USING BY REFERENCE ECI-PARMS                           
 033390                  RETURNING ECI-ERROR-ID.                               
 033391            IF ECI-NO-ERROR                                             
 033392              DISPLAY 'Program returned with CommArea:' COMMAREA         
 033393            END-IF.                                   


Thanks,
Murali.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Nov 01, 2010 7:15 pm
Reply with quote

Hello,

If you are using CTG, suggest you ask CTG.

They should have all of the specifics.
Back to top
View user's profile Send private message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Mon Nov 01, 2010 7:35 pm
Reply with quote

Dick,

I don't get you.



Quote:

If you are using CTG, suggest you ask CTG.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Nov 01, 2010 7:55 pm
Reply with quote

Hello,

Is CTG a vendor?

If not, what is it?

There are many, many "CTG"s - when using a less than everyday abbreviation, you need to clarify and not post only the abbreviation.

The CTG i've worked with is Computer Task Group. . .
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon Nov 01, 2010 7:55 pm
Reply with quote

Do you mean : access to cics from websphere application server using cics transaction gate way ?

If yes i suggest to google for that, that will give enough hits for you to
explore.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Nov 01, 2010 7:56 pm
Reply with quote

as usual nothing that the TS could not have found by himself
by googling with, for example "cics-ctg" manuals

the search returned
a link to a page from where You can start assimilating all You might want to know about CTG

www-01.ibm.com/software/htp/cics/ctg/library/
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Things to Avoid while writing cobol p... COBOL Programming 3
No new posts Nestings, IFs and other things COBOL Programming 21
No new posts Best things to say if caught sleeping... General Talk & Fun Stuff 0
No new posts How are we supposed to learn new things? All Other Mainframe Topics 14
No new posts Is there a means to simplify the thin... DFSORT/ICETOOL 4
Search our Forums:

Back to Top