Hi Folks,
In the Map, one field is having attribute FSET. I want to
FSET OFF of that field through program. Can any body let me
know the process?
Thanks
Praveen
Answers were Sorted based on User's Feedback
Answer / sandeep
Use FRSET option while sending the map in EXec CICS SEnd MAp
( ) Mapset FRSET End Exec
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / ravi
Map appropriate Attribute value to Attribute field before
sending the map
| Is This Answer Correct ? | 4 Yes | 4 No |
FRSET will reset the field , when you did it will not
logically passed to ur program from map./screen.actually it
will reset the MDT flag in ur field.
becarefull before doing it or use dfhbmca copybook
attribute variables to dynamically sets the fields
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the CICS supplied transaction which performs syntax checking of a CICS command?
Kindly specify the pic clause for the any bll cell type of data fields?
Explain how do you handle errors in cics programs?
Can you issue SQL COMMIT from a CICS program?
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.
Explain the different ways of initiating transaction in cics?
In CICS, BMS what is the use of FREEKB parameter
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
Do you receive the attribute byte in the symbolic map?
what is the difference between task and transaction in cics?
How are screens created in cics
What are the types of performs in COBOL? How does perform thru work, give example.