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 task control and what are the CICS commands associated with it?
The first step in the development of an application system is the Requirement Analysis(True or False).
What is multitasking and multithreading?
What do the terms locality of reference and working set mean?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
Explain the difference between physical map and symbolic map?
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
How do you control cursor positioning?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
What is meant by PPT and what are its uses?