Can you simply check if length = 0 for checking if a field
was modified?
Answers were Sorted based on User's Feedback
Answer / mahesh
No.We must use the flag bit and see whether it is 1 (SET)
or 0(RESET).
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mani
By simply checking if the field length is zero would not
satisfy that the field is not modified.
It must be checked as said above by using the flag bit of MDT.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mf_nerd
how do we exactly check that?
Like can u plz provide me the syntax of checking that
inside the cobol pgm?
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
Can you define bms?
What is the abend command?
What is task control?
How do you invoke other programs? What are the pros and cons of each method?
For a CICS-DB2 program, how is the plan referenced?
Name a few CICS programs which are generally used ?
What is the pic clause for the data type of length option field type of data fields?