View previous topic :: View next topic |
Author |
Message |
pkarthik@email.com Beginner

Joined: 29 Mar 2005 Posts: 34 Topics: 18 Location: Canada
|
Posted: Thu Apr 06, 2006 9:03 am Post subject: Call module .Did Module Will require a PCT Entry in cics? |
|
|
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. _________________ For any type of complex problems there will be multiple easiest solutions |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Apr 07, 2006 12:45 am Post subject: |
|
|
If it is a dynamic call you will need a PCT entry (now a RDO entry), if it is a static call it will be linked to the calling program and will not need a PCT entry. |
|
Back to top |
|
 |
Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Fri Apr 07, 2006 8:32 am Post subject: |
|
|
warp5,
You mean a PPT entry, right? I don't see why you will need PCT entries for called programs.
Regards,
Manas _________________ There is no path to peace. Peace is the path.
- Mahatma Gandhi (1869-1948) |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Mon Apr 24, 2006 3:03 am Post subject: |
|
|
I stand corrected, yes, I did mean PPT, thanks for being observant. Got mislead by the original poster on that. |
|
Back to top |
|
 |
srini_igsi Beginner

Joined: 12 May 2006 Posts: 41 Topics: 16 Location: Mumbai
|
Posted: Thu May 25, 2006 4:53 am Post subject: |
|
|
For the pgm's which are called by means of LINK or XCTL also not needed an PPT entry .. right? Pl corect me if i'm wrong. _________________ Thanks,
-Srini |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri May 26, 2006 2:35 am Post subject: |
|
|
All programs that are addressed by CICS need a PPT entry, so you need a PPT entry for both Link and Xctl ! I must add that often now the autoinstall function is used, then those entries are generated when they are needed. |
|
Back to top |
|
 |
|
|