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

Call module .Did Module Will require a PCT Entry in cics?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pkarthik@email.com

New User


Joined: 29 Aug 2005
Posts: 2

PostPosted: Thu Apr 06, 2006 9:11 pm
Reply with quote

Hi all,
Generally for CICS to identify a program we wil be having PCT entry .We have certain programs invoked by both online and batch.
i.e. simply by call in cics and Batch.Did this program will need a PCt entry.
Back to top
View user's profile Send private message
acp_ajay1

New User


Joined: 13 Mar 2006
Posts: 9

PostPosted: Tue Apr 11, 2006 10:27 am
Reply with quote

Hi pkarthik,

For the modules which u call in CICS, u require them to be declared in the PCT.

For ex. call abc, where abc is my module name

then i need to declare abc in pct.


Hope that was helpful to u.

Regards,
Ajay
Back to top
View user's profile Send private message
veenag_gopal

New User


Joined: 14 Nov 2005
Posts: 14
Location: India

PostPosted: Tue Apr 11, 2006 1:19 pm
Reply with quote

hi pkarthik,
If the module has even one command of cics then it is a online module and it has to have a PCT entry.
Smiles,
Veena
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Tue Apr 11, 2006 2:57 pm
Reply with quote

hy pkarthik@email.com,

i don't know which cics version you are running,
but the program entry in cics, is made using
autoinstall on first call automatically. after this
you have to set the program new, each time it changes.
cemt s prog(xyz) new...

this entry is made for all programs running in a cics region,
in batch, forget about this.

martin9
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