TO abend the data sholud open in which mode?
1.new
2.old
3.mod
4.shr
Answer / sree
Question should be 1) to apend the data which mode should should open?
ans: MOD
| Is This Answer Correct ? | 30 Yes | 2 No |
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
How can you add a particular field/coloumn in copybook?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
is it possible to declare index in cobol program? if it is not why its tell me pls
how do you reference the printer file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
What are the differences between COBOL and COBOL II?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Whats the use of Examine command? can someone help me?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
HOw can I get the negative sign while deduct high value from low value