Answer Posted / 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 |
Post New Answer View All Answers
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Explain the primary function of the processing program table (ppt)?
How to establish dynamic cursor position on a map?
What are the some important fields in the eib block?
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?
Explain processing program table(ppt)?
How is Telon(CA-Telon) used to build map?
how do you execute a background cics txn ?
How can you use dynamic calls in cics?
How can you access esds files from cics?
Explain the logical message in cics?
What is the comaera?
What is the pic clause for the hhmmss type of data fields?
Define an asra?
Can you explain multitasking and multithreading?