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 are the types of processes to create a map in cics?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
What is the cics command that is used to access current date and time?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
How do you get data from a task that began with a START command?
What is the significance of RDO?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
Explain how many exceptional condition can be given in a handle condition?
Can you issue SQL COMMIT from a CICS program?
How to build up LU 6.2 communication?"
With the use of an alternate index, how is a VSAM file accessed?
What is interval control and what are some of the CICS commands associated with it?