Answer Posted / sikander
In programming, classification of a particular type of
information. It is easy for humans to distinguish between
different types of data. We can usually tell at a glance
whether a number is a percentage, a time, or an amount of
money. We do this through special symbols -- %, :, and $ --
that indicate the data's type. Similarly, a computer uses
special internal codes to keep track of the different types
of data it processes.
Most programming languages require the programmer to
declare the data type of every data object, and most
database systems require the user to specify the type of
each data field. The available data types vary from one
programming language to another, and from one database
application to another, but the following usually exist in
one form or another:
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of dclgen in db2?
what is utility for parm lib
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
What is the usage of open cursor command?
What is explain in db2?
What is cursor with hold option in db2?
How to connect to db2 database from windows command line?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is plan in cobol db2?
How to restart a DB2 program?
What are bind parameters in db2?
How to find schema of a table in db2?