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 page up and page down logic along with coding logic in cics?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
What are the cics commands associated with task control?
How to make protected field in BMS invisible through application program?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
What is the EXEC CICS HANDLE ABEND?
how can we display negative sign in a map?
Define temporary storage?
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
What is the syncpoint and its use?
Can you define multiple maps in a BMS mapset?
What is the primary objective of CICS ?