What is the difference between a Symbolic map and Physical
map ?
Answer Posted / lenin
Physical Map : It denotes the display format of the
terminal,it contains the details of unnamed fields and
attribute , posiion and length details of named fields.It
is stored along with the host language program,
Sympolic map: It consists of all the named fields and for
each named field four fields(Length,flag,attribute(by
redefining Flag) and the original Value) will be created.
It will be stored in the copy library.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What are the types of the dfhmdf present in the cics?
Explain how many conditions can you include in a single handle condition command?
Explain the uses that are associated to tsq and tdq ?
what are the differences between and exec cics xctl and exec cics start command?
Explain the difference between link xctl?
how do you execute a background cics txn ?
What are the main uses of the transaction in the cics?
Explain the difference between tsq and tdq
Define task work area?
Explain the cics command that is used for reading a record from the tdq?
Can you explain enq and deq used in cics?
How ENQ and DEQ used in CICS?
Can you use occurs in bms map?
What are the cics tables?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?