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 do the terms locality of reference and working set mean?
What is quasi rentrancy concept in CICS?
can anyone tell me about paginglogic in CICS,Please?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
What is the syncpoint and its use?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Explain the term Function Request Shipping?
How many ways are there for initiating a transaction?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
Is length = 0 sufficient to ascertain that the field has been modified?