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

Explain about cics Task flow


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

New User


Joined: 25 Jul 2005
Posts: 12

PostPosted: Wed Jan 11, 2006 5:32 pm
Reply with quote

explain the cics task flow

DO NOT REPOST
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Wed Jan 11, 2006 6:06 pm
Reply with quote

Hi,

Please elaborate your problem.

Regards
Rupesh
Back to top
View user's profile Send private message
priyapala
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 12

PostPosted: Fri Jan 20, 2006 11:58 am
Reply with quote

when a user enters a transaction id .what will actually happen in the program and table entries?
Back to top
View user's profile Send private message
itssreehere
Warnings : 1

New User


Joined: 10 Jan 2006
Posts: 65
Location: chennai

PostPosted: Tue Jan 24, 2006 4:42 pm
Reply with quote

there are different tables involved.basic flow is line this.

Your transaction should be registered in PCT(Program control table).
This table links your transaction id with the corresponding program load module.One the program name is avilable it will check in PPT for the location of load module in memory. If it's already available in memory it will run the pgm. Else it will load the program in to main memory and run it.If your program access some files those should be registered in FCT.DB2 resources should be registered in RCT.TDQ should be registered in DCT.
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