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 |
OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.
what are the max. & min. no. of partitions allowed in a partition tablespace?
Update command
How can record locking be achieved in those DB2 versions which do not support it?
What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?
How could one combine a set of incremental image copies into a single copy?
What is consistency token in db2?
How would you print the output of an SQL statement from SPUFI?
How does DB2 determine what lock-size to use?
A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?
What is isolation level?
How to access db2 tables in mainframe?