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

Trans to execute my Program and use my Map


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

New User


Joined: 13 Jul 2007
Posts: 19
Location: Gurgaon

PostPosted: Thu May 20, 2010 12:53 pm
Reply with quote

Hi,

I am New to CICS and have few doubts regarding Map's

Suppose I am Updated a program ( already existing ) and compiled it which is using a Map ( which is already coded and compiled by me ) Now Load module of my CICS program lies in a member of XYZ PDS and the load module of MAP also lies in the same PDS.

What all steps do I need to take so that when I will trigger the trans, It will execute my Program and use my Map.

Thanks !!
Back to top
View user's profile Send private message
Binop B

Active User


Joined: 18 Jun 2009
Posts: 407
Location: Nashville, TN

PostPosted: Thu May 20, 2010 1:32 pm
Reply with quote

Hi Prateek,

My suggestion is that you will be able to get all necessary guidance/info from your peers or people who are already working in the CICS environment there.... Anyways these are a couple things you need to take care ...

1. You cannnot put the load modules into just any PDS. get the appropriate PDS from your collegues
2. You will have to ask the System guys to define necessary PCT and PPT entries ...
Back to top
View user's profile Send private message
prateek_nanda

New User


Joined: 13 Jul 2007
Posts: 19
Location: Gurgaon

PostPosted: Thu May 20, 2010 1:39 pm
Reply with quote

Thanks for replying back Binop,

Just want to clarify a few things ..

1. You cannot put the load modules into just any PDS. get the appropriate PDS from your collegues - That means both MAP's load module and Program Load module needs to be in system defined Lod module liberary?

2. You will have to ask the System guys to define necessary PCT and PPT entries .- PCT and PPT for Program Load module and only PPT for MAP's load module?

Am I correct?



Binop B wrote:
Hi Prateek,

My suggestion is that you will be able to get all necessary guidance/info from your peers or people who are already working in the CICS environment there.... Anyways these are a couple things you need to take care ...

1. You cannnot put the load modules into just any PDS. get the appropriate PDS from your collegues
2. You will have to ask the System guys to define necessary PCT and PPT entries ...
Back to top
View user's profile Send private message
Binop B

Active User


Joined: 18 Jun 2009
Posts: 407
Location: Nashville, TN

PostPosted: Thu May 20, 2010 2:47 pm
Reply with quote

Hi,

Quote:
That means both MAP's load module and Program Load module needs to be in system defined Lod module liberary?
Need not necesarily be a single library ... It could be different .. As i said get the details from your peers ... that would be the easiest way ...

Quote:
PCT and PPT for Program Load module and only PPT for MAP's load module?
I might be wrong ... but i guess your understanding is not corrent ... Please re-read the manuals for what PCT and PPT is and what details needs to be updated in these tables ... icon_wink.gif
again ... for this also there should be some process already setup in your system ...
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: Thu May 20, 2010 4:19 pm
Reply with quote

Quote:
PCT and PPT for Program Load module and only PPT for MAP's load module?
This is not correct. Some programs may require only a PPT entry as they are invoked via EXEC CICS LINK or EXEC CICS XCTL and are not started by a transaction. Only those programs invoked as a transaction require a PCT entry.
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top