Give the COBOL definition of a VARCHAR field.

Answers were Sorted based on User's Feedback



Give the COBOL definition of a VARCHAR field...

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

Give the COBOL definition of a VARCHAR field...

Answer / a

its
10 HNAME.
49 HNAME-LEN PIC S9999 USAGE COMP.
49 HNAME-TXT PIC X(10).

that's it.

Is This Answer Correct ?    18 Yes 5 No

Post New Answer

More DB2 Interview Questions

What happens in bind step in a db2 program?

0 Answers  


How to solve S0C7 abend with out using DISPlay in 10 mins?

1 Answers   IBM,


Mention the definition of cobol in varchar field.

0 Answers  


What is node in db2?

0 Answers  


Can we install 2 different versions of Db2 on same mainframe?

3 Answers  






On the create tablespace, what does the CLOSE parameter do?

1 Answers  


in my table i will update only 100 record among 1000 records i need to display recently updated record'.....can u tell me where those records are stored how can i display those records...?if there is any sql query pls let me know....?

3 Answers   Infosys,


What is isolation level in db2?

0 Answers  


What is the difference between plan and package in db2?

0 Answers  


What is the difference between TYPE 1 index & TYPE 2 index

1 Answers   IBM,


What is JOIN and different types of JOIN.

2 Answers   IBM,


Why db2 is called db2?

0 Answers  


Categories