IBM Books

Reference

DTW_TB_DUMPV


AIX HP-UX Linux OS/2 OS/390 OS/400 SCO SUN Win NT
X X X X X X X X X

Purpose

Prints out the contents of the Net.Data table using the HTML <PRE> tag, where each field of the table is on one line.

Format

@DTW_TB_DUMPV(table)

Parameters

Table 130. DTW_TB_DUMPV Parameters

Data Type Parameter Use Description
table table IN A symbol specifying the macro table variable to display.

Return Codes

Table 131. DTW_TB_DUMPV Return Codes

Return Code Explanation
-1001 The server could not process a Net.Data request to allocate memory.
1001 An input parameter contained a NULL value.
1003 The number of parameters passed on a function call either exceeded the maximum number allowed, or was less than the minimum number required by the function.
1004 A parameter passed on a function call, required to be a Net.Data macro table variable, was of a different variable type.
1007 A parameter contains a value which is not valid.

Usage Notes

If the Net.Data table is empty, an error is returned

Examples

Example 1:

@DTW_TB_DUMPV(Mytable)

The HTML generated for this example looks like this:

<PRE>
http://www.mycompany.com/images/image1.gif
http://www.mycompany.com/link1.html
image1text
link1text
http://www.mycompany.com/images/image2.gif
http://www.mycompany.com/link2.html
image2text
link2text
http://www.mycompany.com/images/image3.gif
http://www.mycompany.com/link3.html
image3text
link3text
http://www.mycompany.com/images/image4.gif
http://www.mycompany.com/link4.html
image4text
link4text
</PRE>


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]