Particular area has been affected in cics screen, what is
the process to find?
Answers were Sorted based on User's Feedback
Answer / srinu
The modified data tag is the last bit in the attribute byte
for each screen field. It indicates whether the
corresponding field has been changed.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / ranjith
By checking MDT value we can identify whether the
corresponding area in the screen is modified or not.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / gowtham
to check physical map for particalur field...or send the map
once again...
| Is This Answer Correct ? | 0 Yes | 2 No |
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
What is the common work area (CWA)?
What is the tcp in the cisc?
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
What are the parameters that you have to give when you are using the CSSN transaction?
when will be use the tdq and tsq??
What is the COMMAREA(communications area)?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
Can a program change protected field ?
The READ command with INTO option will read the record specified into the data area specified (True or False)