how to make the entire screen protected. i.e., for example
when we design a delete screen before deleting the details
we need to popup a screen saying do u wish to delete(Y/N).
When this screen appears i want to make the previous screen
fields as protected.Please help me with the anser. i need
the entire screen to be protected.
Thanks in advance
Answer Posted / lu
when u compile a cics program with mapset, u have a copy
DFHMSCA (attribut fields)...If u want to protect or
unprotect ..you use this attribut to your fields...
Correct me if i'm wrong
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Define communication area?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain the difference between intra partition tdq and extra partition tdq?
Explain cemt transaction commands?
Explain the difference between link and xctl?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is the use of mdt (modified data tag)?
Can you explain multitasking and multithreading?
Explain the difference between using the read command with into option and set option?
Explain the function of the load command?
What is meant by a ‘Transid’ ?
Explain the difference between getting the system time with eibtime and asktime command?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Explain how do you access storage outside your cics program?