What is the content of the PPT entry?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What are the parameters that you have to give when you are using the CSSN transaction?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Explain the difference between the into and the set option in the exec cics receive map command?
Explain the significance of rdo?
Explain how would you resolve an asra abend?
Can a tsq of one particular transaction be accessed from an alternate transaction?
what are the differences between and exec cics xctl and exec cics start command?
What is the comaera (communication area)?
Sync points cannot be requested by the application programs (True or False).
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Can you explain dfheiblk?