What are the 3 common ways to create maps?
Answer
Is This Answer Correct ? | 14 Yes | 0 No |
What is "Call by content" and "call by reference"?
Answer
Is This Answer Correct ? | 12 Yes | 2 No |
Question { 16436 }
which is better comp or comp-3 in terms of memory
utilization?
Answer
Is This Answer Correct ? | 7 Yes | 4 No |
I have the file which is having the extension no as records.
sample file will look like below.
2310
3410
3256
4350
3781
5408
I need to replace the record which is starting with 3 to 5
(i.e) 3410 to 5410. How can we do it through cobol
and cobol-db2 program? I need the possible logic?
Answer
Is This Answer Correct ? | 5 Yes | 0 No |
I have a PDS and want to omit few rows of all members of a
PDS. How to do it?
Answer
Is This Answer Correct ? | 9 Yes | 21 No |
At which situation we need to use the push and pop
conditions...pls tell me with exampls.
Answer
Is This Answer Correct ? | 31 Yes | 2 No |
What error I will get if my select query gives multiple
row while executing a Cobol-DB2 program.How can I solve it
without using a cursor.
Answer
Is This Answer Correct ? | 0 Yes | 4 No |