Answer Posted / sriram
Declare a pointer as an elementary data item bearing the
USAGE IS POINTER clause, with no PICTURE. E.g:
05 EXAMPLE-P USAGE IS POINTER.
EXAMPLE-P is a four-byte field which can store the address
of any data item. Unless you're interfacing COBOL to
Assembler or something, you really don't care what the
pointer looks like internally. It's just a piece of magic
which enables you to access the thing it's pointing to.
Please let me know if I am wrong
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is temporal table in db2?
What is the maximum size of varchar data type in db2?
How do you concatenate the firstname and lastname from emp table to give a complete name?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Is db2 relational database?
What is the connection string to connect to the DB2 Database ?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
Can one database have multiple instances?
Define check constraint.
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What os does db2 run on?
How to find schema of a table in db2?
How do I delete a table in database?
What is the advantage in De-normalizing tables in DB2?
What is nvl in db2?