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 |
Explain the mdt in cics?
Can a tsq of one particular transaction be accessed from an alternate transaction?
which is the cics control program that provides communication services between user written application programs and terminals?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
How ENQ and DEQ used in CICS?
What is the use of DSECT parameter in BMS?
What is the function of the CICS translator?
What are the types of performs in COBOL? How does perform thru work, give example.
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
In a particular cics program, what is the procedure to allocate dynamic memory?
Explain how and where is the twa size set?
how do you intitiate another transaction?