Maintaining Single Distribution List Members Using the DSTDLMEM Servlet

In this section:

The DSTDLMEM servlet maintains single members in a Distribution List stored in BOTDEST. With this servlet, you can:


Top of page

Example: Specifying an Absolute Address Using DSTDLMEM
<FORM ACTION="http://hostname/context_root/servlet/DSTDLMEM">

where:

context_root

Is the configurable context root for the ReportCaster web application in your Application Server configuration. By default, this is /ibi_apps.

hostname

Is the host name of the web server.


Top of page

x
DSTDLMEM Parameters

In this section:

The following parameters may be used in an HTML calling form to generate the query string passed to the DSTDLMEM servlet.



x
IBIB_function Parameter

Description

Type of maintenance action that will be performed.

Required?

Yes

Size in bytes

1

Valid Values

A = Add a new member. D = Delete an existing member.

Default

A



x
IBIB_location Parameter

Description

Destination of the report or report section.

Required?

Yes

Size in bytes

75

Valid Values

File name, if IBIB_method is FTP. Email address, if IBIB_method is MAIL. Printer name, if IBIB_method is PRINT.

Default

None



x
IBIB_name Parameter

Description

Name of the Distribution List that will be displayed.

Required?

Yes

Size in bytes

50

Valid Values

An existing Distribution List created using the ReportCaster API.

Default

None



x
IBIB_tcpiplevel Parameter

Description

Method ReportCaster uses for securing sockets from TCP/IP, based on a specific SAS/C library.

Required?

Yes, if the WebFOCUS Reporting Server runs on OS/390.

Size in bytes

1

Valid Values

1 = Resolves special connectivity problems. 0 = Specifies no special connectivity problems.

Default

0



x
IBIB_user Parameter

Description

User ID of the owner of the Distribution List being added to or deleted from.

Required?

Yes

Size in bytes

48 (Windows and UNIX)8 (OS/390)

Valid Values

Single quotation marks, ampersands, and spaces are not allowed. First character must be alphabetic (OS/390).

Default

None



x
IBIB_value Parameter

Description

Field value on which the report is burst.

Required?

Yes, if the report is burst.

Size in bytes

75

Valid Values

Burst value

Default

None


WebFOCUS