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

How to issue CECI START from Batch JCL


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Prasanna SR

New User


Joined: 13 Jul 2010
Posts: 6
Location: Mexico City

PostPosted: Sun Oct 17, 2010 4:09 am
Reply with quote

Hi,

I need to issue CECI START XXXX from a Batch JCL where XXXX is my transaction and defined in CSD.

How can I do that?

Thanks
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: Sun Oct 17, 2010 4:20 am
Reply with quote

Hello,

See if this previous topic will help:
ibmmainframes.com/viewtopic.php?t=38024
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Sun Oct 17, 2010 4:45 am
Reply with quote

Even with EXCI, I don't believe you can directly invoke CECI, especially if you plan on accessing CECI in Production, which is a high-risk security issue.

You'll have to have (or create) a CICS program, which you'll LINK-TO via EXCI and this program will issue the START of the TRANSID, passed in the commarea.

Will the started TRANSID be attached to a terminal?

If not, it might be worthwhile obtaining the CICS default user, from the INQUIRE SYSTEM API and use this userid in the START.

Bill
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Mon Oct 18, 2010 12:15 pm
Reply with quote

See

ibmmainframes.com/about44159.html
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Tue Oct 19, 2010 4:37 am
Reply with quote

You don't need to run CECI to start a transaction from batch.

cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_transaction_from_a_batch_program%3F
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 SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top