What is the content of the PPT entry?

Answers were Sorted based on User's Feedback



What is the content of the PPT entry?..

Answer / shiva

PPT=PROCESSING PROGRAM TABLE ...
IT CONTAINS THE PROGRAM ID'S AND THERE CORRESPONDING LOAD LIBRIARIES....

Is This Answer Correct ?    3 Yes 0 No

What is the content of the PPT entry?..

Answer / manishtrivedi

DFHPPT TYPE=ENTRY,
PROGRAM= NAME /MAPSET=NAME,
[PGMLANG =ASSEMBLER/COBOL/PLI],
[RES=NO/ALIGN/FIX/PGOUT/YES],
:
: OTHER OPTIONS
:
RES indicates d residency status of d prog in d storage.if
this is not specified , res =no is assumed , n d prog 'll
be fetched only at d ist excution time. if RES=YES is
specified ,d prog 'll resident in(virtual storage).if
RES=FIX is specified ,d prog 'll be placed in real storage
(i.e not virtual storage).

Is This Answer Correct ?    3 Yes 1 No

What is the content of the PPT entry?..

Answer / santosh khot

PPT contains the information about entry of program and
Maps

DFHPPT Type=entry
lang=Cobol/PL1
Program= Name of Program
Map= Mapset Name.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More CICS Interview Questions

How can we initiate a transaction from batch?

6 Answers   Merrill Lynch,


Which CICS service transaction is used to gain accessibility to CICS control tables?

1 Answers  


What is the common systems area (CSA)?

0 Answers   IBM,


What is temporary storage?

1 Answers   IBM,


What is the use of a TDQ, TSQ?

1 Answers   IBM,






Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?

3 Answers  


What is an ASRA abend ?

3 Answers   IBM,


Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers  


List all the CICS tables and explain their contents.

3 Answers   IBM,


What is the General Command format Of CICS

3 Answers   IBM,


What is the command that is used to delay the processing of a task for a specified time interval

1 Answers  


What is the procedure to solve an ASRA ABEND?

0 Answers  


Categories