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

CICS Internal tables i.e. PPT, PCT, FCT


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

New User


Joined: 29 Nov 2008
Posts: 62
Location: mumbai

PostPosted: Mon Jan 18, 2010 3:02 pm
Reply with quote

Hi,

I want to know about the details of CICS Internal tables i.e. PPT, PCT, FCT etc. and there use in aplication programs. Can any one please tell me possible source/location from where i can get material on this. i searched through the 'IBM manual' link above but couldn't able to find one.

Regards
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Jan 18, 2010 4:00 pm
Reply with quote

this LINK is a search on the IBM Library server which returns all manuals with 'CICS'.

the information that you need is found in the CICS Administration Manuals.

as far as your question goes, application programs never have to 'directly' access these tables, nor should they. The CALLs to CICS API's that you code will invoke routines to access these tables, but this is under-the-covers type of stuff that you do not directly code, or have to worry about. Basic info about these tables is contained in the CICS Application Programmers' Guides, and is intended as an overview so that you can understand the CICS API's that you need to code as an application programmer.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Jan 18, 2010 4:44 pm
Reply with quote

Quote:
I want to know about the details of CICS Internal tables i.e. PPT, PCT, FCT etc
Further to Dick's comments, the details of these tables are confidential internal material to IBM and I sincerely doubt you could get this information unless you work for IBM as a CICS developer.
Back to top
View user's profile Send private message
arun nehra

New User


Joined: 29 Nov 2008
Posts: 62
Location: mumbai

PostPosted: Mon Jan 18, 2010 5:23 pm
Reply with quote

Thanks All,
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Mon Jan 18, 2010 9:14 pm
Reply with quote

You can use commands like EXEC CICS INQUIRE PROGRAM or EXEC CICS INQUIRE TRANSACTION and so on, to retrieve the contents of these tables.
However use of these system commands is usualy restricted. If you are a System Programmer there should be no problem.
System Programming Reference books are here
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