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 to build up LU 6.2 communication?"
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
If we say that bms length of field = 0, then what does that mean?
How To Retrive The VSAM Datasets in CICS application programs?
What is Communication Area?
If I create a TSQ from one transaction, can I read it from another transaction?
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Name the macros used to define the following: MAP MAPSET FIELD
What does the BUFFER option in RECEIVE mean ?
What is an AEY9 abend ?
Explain how and where is the twa size set?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??