Call CICS in batch, what about PPT entries?

All sort of Mainframes Interview Questions.
Post Reply
Radhika Apte
Registered Member
Posts: 15
Joined: Mon Jan 11, 2016 3:17 pm

Call CICS in batch, what about PPT entries?

Post by Radhika Apte »

Hi All,

This question was asked to me in an interview that when we call CICS in batch, do we need PPT entries just like a normal CICS program?

I could not answer it correct, though my answer was yes, we need them. But interviewer said, when we can call CICS from batch, why do we need them to placed before they can also be done some other batch job? I could not answer the second question. Can anyone here please help me on this.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1891
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Call CICS in batch, what about PPT entries?

Post by Robert Sample »

why do we need them to placed before they can also be done some other batch job?
What on earth are you trying to say here? Have you looked at any of the documentation on the external CICS interfaces?
Radhika Apte
Registered Member
Posts: 15
Joined: Mon Jan 11, 2016 3:17 pm

Re: Call CICS in batch, what about PPT entries?

Post by Radhika Apte »

Robert Sample wrote:
why do we need them to placed before they can also be done some other batch job?
What on earth are you trying to say here? Have you looked at any of the documentation on the external CICS interfaces?
I said what interviewer has aksed me. Interviwer was asking if CICS transaction can be called using batch interface, will PPT entries wil lstill be neede for such transaction?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1891
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Call CICS in batch, what about PPT entries?

Post by Robert Sample »

The simple reply is that since PPT entries have been replaced by RDO, they would not be needed anyway. PCT and PPT are now old and obsolete.

If the batch interface kicks off a transaction, that transaction needs to be defined to CICS. Which means the program needs to be defined as well. If EXEC CICS LINK or XCTL are used, those programs must also be defined. All these definitions are done in RDO using the equivalent of PCT and PPT entries.

[ Post made via iPhone ] Image
Radhika Apte
Registered Member
Posts: 15
Joined: Mon Jan 11, 2016 3:17 pm

Re: Call CICS in batch, what about PPT entries?

Post by Radhika Apte »

Thanks Robert.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Interview Questions.”