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 iseries database?
Comment whether the cursor is closed during commit or not.
Is db2 a mainframe?
How to restart a DB2 program?
Discuss about db2 bind?
How many databases can be created inside an instance in db2 ?
What is the reason behind not using select * in embedded sql programs?
Define check constraint.
How to check last update on table in db2?
What type of database is db2?
What types of tables are there in the db2 database?
What is a page in db2?
What does db2 mean?
What is netezza database?
What is the difference between using bind () and rebind () methods of naming class?