Name three ways the Modified Data Tag can be set on?

Answers were Sorted based on User's Feedback



Name three ways the Modified Data Tag can be set on?..

Answer / rajesh dutta

1. when user enter data in the field
2. seting ATTRB= FSET in mapset for the field
3. move the macro DFHBMFSE to the attribute field
of that particular variable.(dyanamically)

Is This Answer Correct ?    3 Yes 0 No

Name three ways the Modified Data Tag can be set on?..

Answer / js

it can be set on by FSET option.
it also can be set on when the user modifies the field
you can update the attribute byte programmatically

Is This Answer Correct ?    2 Yes 0 No

Name three ways the Modified Data Tag can be set on?..

Answer / praveen sonthosh

it can be set on by FSET option.
it also can be set on when the user modifies the field.

Is This Answer Correct ?    1 Yes 0 No

Name three ways the Modified Data Tag can be set on?..

Answer / sahil maini

1. FSET option used in MAPSET
2. When user enters data in the field.
3. Passing predefined attribute variables in DFHBMSLK
copybook ( i might not be right with the copybook name )

Is This Answer Correct ?    1 Yes 0 No

Name three ways the Modified Data Tag can be set on?..

Answer / reddy

1. CTRL=FRSET in DFHMSD (it will set MTD bit with 0, when user
changes data in that field it will set to 1.
IT WILL USED TO SEND CHANGED DATA FROM TERMINAL)

2. ATTRB=FSET On DFHMDF (it SET MTD bit in attribute byte
with 1 before map is send to screen.

3.Moving macro DFHBMFSE to attribute field[DYNAMICALLY BY
PROGRAM].
MOVE DFHBMFSE TO NMAE+A (enameA).

Is This Answer Correct ?    1 Yes 0 No

Name three ways the Modified Data Tag can be set on?..

Answer / truclu

If the mapset is defined FRSET....don't modify the mapset...
modify only in the DFHMSDF where the field will be enter by
USER..ATTR=FSET

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More CICS Interview Questions

How can you access esds files from cics?

0 Answers  


What is interval control and what are some of the CICS commands associated with it?

2 Answers   IBM,


What is the type of ppt in the cics?

0 Answers  


Can you simply check if length = 0 for checking if a field was modified?

3 Answers   IBM,


What is a resident program?

2 Answers   IBM,






What is an AEY9 abend ?

4 Answers   IBM, Xansa,


Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?

2 Answers   Thomson,


How to dsect parameter is used in bms?

0 Answers  


How do you make your BMS maps case sensitive?

2 Answers   IBM,


Explain the exact situation, when to use CALL, XCTL and LINK?

6 Answers   CGI,


Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?

2 Answers   IBM,


Name some translator and compile options and explain their meaning?

0 Answers   Fujitsu,


Categories