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

Running CICS Online programs


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

New User


Joined: 14 Mar 2007
Posts: 60
Location: Thiruvananthapuram

PostPosted: Thu Aug 16, 2007 10:21 am
Reply with quote

Hi,
Could anyone guide me in running a CICS online program.
We usually submit JCL for running a batch program. How is it when it come to online programs.Kindly reply.
Thanks
LC
Back to top
View user's profile Send private message
agkshirsagar

Active Member


Joined: 27 Feb 2007
Posts: 691
Location: Earth

PostPosted: Thu Aug 16, 2007 10:31 am
Reply with quote

you have to log on to CICS region and give the tranid of the program you want to run.
Please read any available CICS book to get more information on the topic.
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu Aug 16, 2007 11:08 am
Reply with quote

To add....
First you should get access to CICS region and also access to the transaction Ids
Back to top
View user's profile Send private message
lekshmi_ci

New User


Joined: 14 Mar 2007
Posts: 60
Location: Thiruvananthapuram

PostPosted: Thu Aug 16, 2007 11:15 am
Reply with quote

Thanks a lot all.. icon_biggrin.gif
Back to top
View user's profile Send private message
MoganaKumaran

New User


Joined: 26 Jun 2007
Posts: 20
Location: Chennai

PostPosted: Thu Aug 16, 2007 12:23 pm
Reply with quote

To execute your online programs,

1) Compile and execute your cobol program.
2) Sign on to your CICS environment
3)Set the map and your program
4)Use CEDF to check step by step execution of your code.


Hope this info would help you.


Regards,
Mohan
Back to top
View user's profile Send private message
lekshmi_ci

New User


Joined: 14 Mar 2007
Posts: 60
Location: Thiruvananthapuram

PostPosted: Thu Aug 16, 2007 12:29 pm
Reply with quote

Cant we use expeditor to debug online programs.?
Back to top
View user's profile Send private message
agkshirsagar

Active Member


Joined: 27 Feb 2007
Posts: 691
Location: Earth

PostPosted: Thu Aug 16, 2007 3:04 pm
Reply with quote

MoganaKumaran wrote:
To execute your online programs,

1) Compile and execute your cobol program.
(If you execute your program here itself then why do you need stp 2-4? icon_lol.gif )
2) Sign on to your CICS environment
3)Set the map and your program ?????? what do you mean by set?
4)Use CEDF to check step by step execution of your code. ????



@lekshmi,
YES you can use XPEDITOR or any other debugging tool, if your site has installed it in your site. To know more about site specific things, asking your peers would be best thing. Good luck !
Back to top
View user's profile Send private message
hemanth.nandas

Active User


Joined: 18 Aug 2007
Posts: 120
Location: India

PostPosted: Thu Sep 27, 2007 4:56 pm
Reply with quote

Hi,

Could please confirm me that you are going to run New CICS program or Existing one?

If it is a new CICS program, you need to Translate it, Compile it using JCL Utility.

Then

Define Your Program and map in CICS region by logging in,

Using CEDA and Set ur Pgm Using CECI,

Then Register User TRN ID( I don't the command to regester TRN ID Ask some one)

After successfull registering TRN ID, PAUSE BREAK Sceen,

Enter TRN ID, Press Enter....

If you Want to Run CICS program, ENABLE EDF mode Using CEDF( ennter this command, and press enter) before entering TRN ID.


IF existing CICS, Just Logon to CICS, Then Enter TRN ID, Press Enter.
Back to top
View user's profile Send private message
lekshmi_ci

New User


Joined: 14 Mar 2007
Posts: 60
Location: Thiruvananthapuram

PostPosted: Thu Sep 27, 2007 5:30 pm
Reply with quote

Thank you Hemanth icon_smile.gif
Back to top
View user's profile Send private message
hemanth.nandas

Active User


Joined: 18 Aug 2007
Posts: 120
Location: India

PostPosted: Thu Sep 27, 2007 7:20 pm
Reply with quote

UR Welcome, Let me Know if got solution after executing same.
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 Running REXX through JOB CLIST & REXX 13
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
Search our Forums:

Back to Top