DTW_TB_DUMPV

AIX HP-UX Linux OS/2 OS/390 OS/400 PTX 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 132. DTW_TB_DUMPV Parameters
Data Type Parameter Use Description
table table IN A symbol specifying the macro table variable to display.

Return Codes

Table 133. 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 An incorrect number of parameters were passed on a function call.
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 | Index ]