Can a program change protected field ?

Answers were Sorted based on User's Feedback



Can a program change protected field ?..

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

Can a program change protected field ?..

Answer / chudar

yes

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More CICS Interview Questions

How are screens created in cics

2 Answers   Virtusa,


Which is the control table where you specify all the transaction that are to be started by CICS after CICS

4 Answers  


What tables must be updated when adding a new transaction and program?

2 Answers  


What are the main uses of the transaction in the cics?

0 Answers  


Define the attribute byte?

0 Answers  






Define cebr?

0 Answers  


what are the commands used to gain exclusive control over a resource?

0 Answers   IBM,


In which CICS table would you specify the length of the TASK WORK AREA (TWA)?

3 Answers   IBM, TCS,


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

0 Answers   IBM,


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?

0 Answers   IBM,


What is the common work area (CWA)?

1 Answers   EDS, IBM,


What is the function of the LOAD command?

1 Answers   IBM,


Categories