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

We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

0 Answers   BirlaSoft,


In which table would you make an entry for a BMS map?

2 Answers   IBM,


define the field with ic in the bms map.

0 Answers   IBM,


I want to know what exactly the STOPPER field does with example. Please help.

1 Answers  


How is the stopper byte different from an auto skip byte ?

1 Answers  






How do you access the records randomly in TSQ ?

2 Answers   IBM,


What are all things you can do with CEDA?

2 Answers   IBM,


What is the command that is used to add a new record to the file?

1 Answers  


Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).

2 Answers   IBM,


What is Journal Recovery and Dynamic Transaction Backout?

2 Answers   IBM,


Explain how DSECT parameter is used in BMS ?

0 Answers  


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


Categories