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 |
Differentiate between PCT and FCT.
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
What information do you get when an EXEC CICS STARTCODE is issued?
What are the main uses of the transaction in the cics?
how we change the vsam file name in cics rigion? anybody elobrate this?
Can you define multiple maps in a BMS mapset?
What is the difference between a return with transid and xctl?
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
What is the name of the log which contains the information needed to restart the system, including the task
List out all the tables that are a part of cics ?
Explain 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?
What is the common systems area (CSA)?