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 function of the EXEC CICS HANDLE CONDITION command?
how do you fire a batch job from a cics txn ?
Sync points cannot be requested by the application programs? State true or false
What RCT Entries will you make for a CICS DB2 program??
Name the two types of transient data queues?
How will you access a VSAM file using an alternate index?
what are transient data sets defined to cics?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
Can any one write coding for scrolling logic or page up & page down?
The error code AEIV?
Explain the difference between a package and a plan.
How can you accomplish breakpoint in intertest?