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 |
How are screens created in cics
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
What tables must be updated when adding a new transaction and program?
What are the main uses of the transaction in the cics?
Define the attribute byte?
Define cebr?
what are the commands used to gain exclusive control over a resource?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is the common work area (CWA)?
What is the function of the LOAD command?