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).
Answers were Sorted based on User's Feedback
Answer / sahil maini
NAMEDL : Contains the lenght once the data is recieved from
the map.
NAMEDA : Attribute character, also contains MDT, can be
used to override the attributes mentioned during map coding
NAMEDF : Flag byte
NAMEDI : Recieving the input data
NAMEDO : Sending data to map
| Is This Answer Correct ? | 9 Yes | 1 No |
What is MDT?
How to handle exceptional conditions in cics?
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
What is the term conversational programs means?
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
What is the significance of RDO?
What is the primary objective of CICS ?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?