Give the COBOL definition of a VARCHAR field.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many databases can be created inside an instance in db2 ?

605


What is db2 bind process?

761


What is dbrm? When it will be created?

602


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2155


What is db2 catalog database?

586






Is db2 a mainframe database?

569


If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2

1582


What is the difference between dbm cfg and db cfg file in db2 ?

1011


What is a dbrm in db2?

580


Why do we bind in db2?

634


What is rebind in db2?

576


Is it possible using max on a char column?

613


What is a collection in db2?

584


define clustering index.

622


What is reorg and runstats in db2?

698