Give the COBOL definition of a VARCHAR field.
Answers were Sorted based on User's Feedback
Answer / ravi & dhana
10 HNAME.
49 HNAME-LEN PIC S9(4) USAGE COMP.
49 HNAME-TEXT PIC X(10).
| Is This Answer Correct ? | 51 Yes | 6 No |
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
How to get Top 10 Salaries from a Table
Explain about open switch business continuity software?
What is a dbrm in db2?
What is the difference between CS and RR isolation levels?
How would the varchar column remarks defined?
What does reorg do in db2?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
what is different three logs in DB2?
What is schema in db2?
What information is used as input to the bind process?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference