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 a corelated subquerry?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is a bind card?
What are bind parameters in db2?
How would the varchar column remarks defined?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
Mention the various locks that are available in db2.
How do I optimize a query in db2?
Is it possible using max on a char column?
How do I import a csv file into db2?
What is difference between rollback and commit?
What are the two types of logging in the db2 database? Explain them.
What is the maximum length of sqlca?
How can you classify the locks in db2?
Mention some fields that are a part of sqlca.