Name three ways the Modified Data Tag can be set on?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
Which CICS system program is responsible for handling automatic task initialization?
Can a program change protected field ?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
Sync points cannot be requested by the application programs? State true or false
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
plz give the syntax for receive map and receive text cmds in cics
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
What is the pic clause for the any bll cell type of data fields?
Which is the program which determines whether a transaction should be restarted ?
What is the purpose of the Program List Table?
Define an asra abend?