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

Different types of BMS Macros

2 Answers  


what is invreq condition?

3 Answers   IBM,


What is the pic clause for the hhmmss type of data fields?

0 Answers  


What is the difference between START and XCTL ?

3 Answers   IBM,


A CICS program ABENDS with an ASRA ABEND code. What is its meaning?

3 Answers   IBM,


Explain the cics command that is used for reading a record from the tdq?

0 Answers  


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers   IBM,


What is the difference between the NOHANDLE option and the IGNORE condition?

3 Answers  


what are the differences between DFHCOMMAREA and TSQ ?

3 Answers   IBM,


What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?

3 Answers  


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

2 Answers  


Explain how do you set the mdt option to on status, even if data is not entered?

0 Answers  


Categories