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



Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field thro..

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

Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field thro..

Answer / ravi

Map appropriate Attribute value to Attribute field before
sending the map

Is This Answer Correct ?    4 Yes 4 No

Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field thro..

Answer / sanvz

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

Post New Answer

More CICS Interview Questions

I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


How many ways are there for initiating a transaction? what are they?

3 Answers   IBM,


Can you explain dfheiblk?

0 Answers  


How to make protected field in BMS invisible through application program?

1 Answers   HP,


What is the difference between the enter key, the PF keys and the PA keys?

2 Answers  






Define RCT.

0 Answers  


How do you execute a background CICS transaction ?

1 Answers  


What?s the CICS command used to access current date and time?

1 Answers  


What are the three BMS options ?

3 Answers  


when will be use the tdq and tsq??

2 Answers   Keane India Ltd,


What is the use of DCT?

2 Answers   IBM,


Can you issue SQL COMMIT from a CICS program?

2 Answers   IBM,


Categories