MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CICS Transaction Invoking from Batch

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
help_me
Beginner


Joined: 03 Oct 2003
Posts: 11
Topics: 4

PostPosted: Sat Oct 04, 2003 10:40 am    Post subject: CICS Transaction Invoking from Batch Reply with quote

Hi,
How can I trigger a CICS transaction from Batch.
Thank you.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12375
Topics: 75
Location: San Jose

PostPosted: Sat Oct 04, 2003 4:11 pm    Post subject: Reply with quote

Helpme,

You can trigger a CICS transaction from a batch program or JCL using the EXCI interface.

check this link for a detailed explanation of EXCI interface

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DFHTMA06/3.0?DT=20050701152537

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ar_karthick
Beginner


Joined: 19 Dec 2006
Posts: 39
Topics: 20
Location: india

PostPosted: Tue Jan 02, 2007 1:20 pm    Post subject: Reply with quote

can u please show me tat jcl
_________________
karthick
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
powerhawk
Beginner


Joined: 08 Nov 2004
Posts: 28
Topics: 4
Location: Stockholm

PostPosted: Mon Jan 08, 2007 5:05 am    Post subject: Reply with quote

This is a sample from a JCL I use. The only extra for me is the libraries in the JOBLIB statements, CICS.CICSTS23.. and I guess CEE.SCEERUN.
You also have to compile the program to include the CICS support.

Code:
//JOBLIB   DD  DSN=SYSTEM.UTV.PGM.LOAD,DISP=SHR                         
//         DD  DSN=SYSTEM.TEST.PGM.LOAD,DISP=SHR                       
//         DD  DSN=SYSTEM.PROD.PGM.LOAD,DISP=SHR                       
//         DD  DSN=CICS.CICSTS23.CICS.SDFHEXCI,DISP=SHR                 
//         DD  DSN=CEE.SCEERUN,DISP=SHR                                 
//*-------------------------------------------------------------------*
//STEG01   EXEC PGM=NB9400                                             
//*-------------------------------------------------------------------*
//SYSPRINT  DD SYSOUT=*                                                 
//SYSUDUMP  DD SYSOUT=*                                                 
//SYSOUT    DD SYSOUT=*                                                 
//NB9401I   DD DSN=HSD458.NETRON.IAN2,DISP=SHR                         
//NB9402U   DD DSN=HSD458.TEST.PERM.HSD152,DISP=SHR 
Back to top
View user's profile Send private message Send e-mail
Earl
Beginner


Joined: 09 Jun 2007
Posts: 26
Topics: 1

PostPosted: Sat Jun 09, 2007 1:37 pm    Post subject: Reply with quote

take a look at www.batchcics.com Rolling Eyes
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group