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 to build up LU 6.2 communication?"

1 Answers   IBM,


Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)

2 Answers   IBM,


If we say that bms length of field = 0, then what does that mean?

0 Answers  


How To Retrive The VSAM Datasets in CICS application programs?

1 Answers   Accenture, IBM,


What is Communication Area?

1 Answers   IBM,


If I create a TSQ from one transaction, can I read it from another transaction?

4 Answers   IBM,


How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?

2 Answers   IBM,


Name the macros used to define the following: MAP MAPSET FIELD

2 Answers  


What does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


What is an AEY9 abend ?

4 Answers   IBM, Xansa,


Explain how and where is the twa size set?

0 Answers  


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??

1 Answers   IBM,


Categories