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 |
What is the clustering index in the db2 database?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
what is the steps followed in EXPLAIN Process or EXPLAIN command. (Explain is for identifying the optimized access path but how or what is the steps for doing the EXPLAIN)
How to resolve -502 sql code in DB2?
What happens in bind step in a db2 program?
What is the COBOL picture clause of the following DB2 data types: DATE, TIME, TIMESTAMP?
What are the rules for db2 programming?
What is cursor?
What is db2 instance?
what is load and unload in db2
Where besides the DB2 catalog is database object information stored by DB2?
If the main program has only cobol statements and subprogram has the db2 statements what is the procedure for precompilation. for which program we need to do the precompilation