Scalar functions available with DB2 Multisystem

For DB2® Multisystem, scalar functions are available when you work with distributed files.

These functions help you determine how to distribute the data in your files as well as determine where the data is after the file has been distributed. When working with distributed files, database administrators might find these functions to be helpful debugging tools.

These scalar functions are PARTITION, HASH, NODENAME, and NODENUMBER. You can use these functions through SQL or the Open Query File (OPNQRYF) command.

For information about the syntax of the SQL scalar functions, see the SQL Reference. For information about syntax of the OPNQRYF scalar functions, see the Control language topic in the information center.

Related reference
SQL reference
Control language