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

COBOL CICS Command to stop a Transaction


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
arunovia

New User


Joined: 18 Jun 2004
Posts: 3
Location: Chennai

PostPosted: Fri Jun 18, 2004 10:55 am
Reply with quote

Does any one know the syntax of the cobol CICS command to stop an online Transaction ? icon_question.gif
Back to top
View user's profile Send private message
imvs

New User


Joined: 12 May 2004
Posts: 33

PostPosted: Fri Jun 18, 2004 4:00 pm
Reply with quote

check this link
www.ibmmainframes.com/expertforum/viewtopic.php?t=689
Back to top
View user's profile Send private message
arunovia

New User


Joined: 18 Jun 2004
Posts: 3
Location: Chennai

PostPosted: Fri Jun 18, 2004 4:09 pm
Reply with quote

Hi thanks for the immediate response ... but u have linked me to an online command .. but what I need is Cobol CICS command ... EXEC CICS statement ... HOPE TO GET A REPLY SOON
Back to top
View user's profile Send private message
imvs

New User


Joined: 12 May 2004
Posts: 33

PostPosted: Fri Jun 18, 2004 4:38 pm
Reply with quote

for EXEC CICS INQUIRE refer to this link
publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dfhjaa8e/2.99?DT=20100113170434

for EXEC CICS SET refer to this link
publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dfhjaa8e/2.150?DT=20100113170434
Back to top
View user's profile Send private message
arunovia

New User


Joined: 18 Jun 2004
Posts: 3
Location: Chennai

PostPosted: Fri Jun 18, 2004 4:43 pm
Reply with quote

Hi Thanks for the instant response .. will check the link and get back ... Just have another query ... how to find the task Id from Transaction ID ... again thru Exec CICS statements ... ( I have a Transaction name ... from that I want to know the current task name )
Back to top
View user's profile Send private message
vijaya226

New User


Joined: 22 Jun 2004
Posts: 2

PostPosted: Tue Jun 22, 2004 10:56 am
Reply with quote

Can we write CEMT Transactions between EXEC CICS & END CICS like this in COBOL CICS Program??

EXEC CICS
CEMT INQUIRE TASK
CEMT SET TASK(Task Number) PURGE
END CICS
Back to top
View user's profile Send private message
vijaya226

New User


Joined: 22 Jun 2004
Posts: 2

PostPosted: Tue Jun 22, 2004 10:56 am
Reply with quote

Can we write CEMT Transactions between EXEC CICS & END CICS like this in COBOL CICS Program??

EXEC CICS
CEMT INQUIRE TASK
CEMT SET TASK(Task Number) PURGE
END CICS
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
Search our Forums:

Back to Top