Can a program change protected field ?
Answers were Sorted based on User's Feedback
Answer / praveen sonthosh
yes it can be changed by dynamic modification of attributes.
By moving required attributes to the field suffixed with A.
eg:
if the name of the field is NUM and we wish to change its
attributes to unprotected then use
MOVE ATTR-U9BL TO NUMA the next time you send the map.
different combinations are available in copylib DFHATTR.
| Is This Answer Correct ? | 7 Yes | 2 No |
What is MDT? What are FSET, FRSET ?
What is the command that is used to delay the processing of a task for a specified time interval
Mention the option used in a cics command to retrieve the response code after execution of the command?
What is DFHEIBLK?
What are extra partition & intra partition TDQs?
how can we display negative sign in a map?
Mention the content that is present inside a PPT ?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
What is ENQ, DEQ ?
The READ command with INTO option will read the record specified into the data area specified (True or False)
What?s the CICS command used to access current date and time?
Can you use occurs in bms map?