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

what is PPT and where you will declare


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

New User


Joined: 18 Mar 2006
Posts: 21
Location: Hyderabad

PostPosted: Mon May 22, 2006 4:10 pm
Reply with quote

Hi ,
I faced one question in interview?

what is PPT,where you will declare it,can u guys give answer.



thanks in advance
kala
Back to top
View user's profile Send private message
maniks

New User


Joined: 22 May 2006
Posts: 1

PostPosted: Mon May 22, 2006 4:36 pm
Reply with quote

hi,

PPT stands for Processing Program Table.

The Primary function of PPT is to register all CICS application programs and BMS mapsets. The PPT keeps track of which applications are loaded on the CICS address Space (storage). CICS uses this information to determine whether new copy of the program need to be loaded from Disk or it exists on storage. It contains information such as Location in memory, Library address of the disk and language being used.

Entries in PPT for a program and related BMS Maps is must before executing a CICS application Program.

Hope it helps you, if you still have and doubts do write to forum.

Thanks and Regards,
MKP
Back to top
View user's profile Send private message
bhgh
Warnings : 1

New User


Joined: 18 Mar 2006
Posts: 21
Location: Hyderabad

PostPosted: Tue May 23, 2006 12:44 pm
Reply with quote

hi,
Where we will daclare and how
Back to top
View user's profile Send private message
gskulkarni

New User


Joined: 01 Mar 2006
Posts: 70

PostPosted: Tue May 23, 2006 2:07 pm
Reply with quote

This is done in CICS region itself. "How" is the job of CICS system admin. I don't think any shop allows PPT set-up to applicaiton programmers.
Back to top
View user's profile Send private message
karthick sivakumar

New User


Joined: 16 Mar 2006
Posts: 16
Location: india

PostPosted: Mon Jun 05, 2006 11:05 pm
Reply with quote

Hi,

i agree with kulkarni, the location of the program is taken cre of by the admin. We can however create PCT and FCT entries using CEDA and defining the attributes for the program

regards,
karthick.s
Back to top
View user's profile Send private message
crrindia

Active User


Joined: 02 Jul 2005
Posts: 124
Location: Gurgaon

PostPosted: Tue Jul 04, 2006 12:53 pm
Reply with quote

Hi I wanted to see the entries of these tables(PCT, FCT, etc., ) how to see it? Can any one of you let me know please.

Thanks!
RAt.
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 How to declare ABC PIC 9(3) in assem... PL/I & Assembler 2
No new posts How to declare 9(4) comp-5 field in a... PL/I & Assembler 3
No new posts how to declare HTML tags in cobol pro... COBOL Programming 6
No new posts Declare Variable length file in COBOL COBOL Programming 15
No new posts Can we have correlated subquery in De... COBOL Programming 13
Search our Forums:

Back to Top