Saving an address in the iSeries database

How do I save an address -- a pointer value -- in the iSeries database? I'm trying to do it from a RPG program.
Your best bet would probably be storing the address in a BLOB column or a character column defined with the 65535 CCSID or FOR BIT DATA clause.

==================================
MORE INFORMATION ON THIS TOPIC
==================================

Check out this Search400.com Featured Topic: Database issues resolved

Search400.com's targeted search engine: Get relevant information on DB2/400.

The Best Web Links: Tips, tutorials and more.

This was first published in September 2004