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 the use of the program list table?
Can you have CICS code in a copybook? If yes, what happens during compilation?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What are the situations under which NEWCOPY is required ?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
What is the pic clause for the any bll cell type of data fields?
Define primary objective of cics?
What is a Logical Unit of Work (LUW)?
How to build up LU 6.2 communication?"
What is the ABEND command and when would you use it?
What is the EXEC CICS HANDLE ABEND?
What is ENQ in CICS?