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

How to stop a web service in the cics environment


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

New User


Joined: 30 Dec 2003
Posts: 19

PostPosted: Thu Apr 23, 2009 4:17 pm
Reply with quote

I have a requirement like the following.

I have seen some code in my program...I dont aware of this code.
Please have a look into this code...

Code:
040900 040900      MOVE NAMESPACE-DATA    TO OUT-NSP.                         
041000 041000      EXEC CICS PUT ACQACTIVITY CONTAINER(APP-NAMESPACES)         
041100 041100                          FROM(OUT-NSP)                           
041200 041200                          RESP(RESP)                             
041300 041300                          RESP2(RESP2) 

042500 042500         EXEC CICS PUT ACQACTIVITY CONTAINER(TARGET-URI)         
042600 042600                       FROM(COORD-URI-PROD) FLENGTH(URI-LEN)     
042700 042700                       RESP(RESP)                                 
042800 042800                        RESP2(RESP2)                             
042900 042900         END-EXEC                                                 
043000 043000     ELSE                                                         
043100 043100         EXEC CICS PUT ACQACTIVITY CONTAINER(TARGET-URI)         
043200 043200                       FROM(COORD-URI) FLENGTH(URI-LEN)           
043300 043300                       RESP(RESP)                                 
043400 043400                        RESP2(RESP2)


and they are calling to some web link by the following code..

Code:
046000 046000     EXEC CICS LINK ACQPROCESS                                   
046100 046100               RESP(RESP)                                         
046200 046200               RESP2(RESP2)                                       
046300 046300     END-EXEC. 


Now I have a requirement like this...I need a response code 110 from the link ...due I am not that much ease with this code...I am unable to do the
how to stop a web service in the cics environment? pls explain..

and what is the above code means to?

Regards
Subba
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu Apr 23, 2009 5:41 pm
Reply with quote

There is a link to manuals at the top of the page. If you read in the CICS Language Reference and Programming Guide they will tell you about the commands. Furthermore, IBM has Redbook SG24-7227, CICS Transaction Server V3R1 Channels and Containers Revealed, which you probably need to read much of. You can even find out what conditions trigger the response code 110.
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top