Previous Topic: 7.3.2.7.2 GMTOFF orgsysid +/-nn.nn Statement

Next Topic: 7.3.4 INPUTRDR and INPUTWEB PARMS Members

7.3.3 Web IP/PORT Associated Parameters (WEBSLIST)


Member WEBSLIST, in the prefix.MICS.PARMS data set, can be
used to associate meaningful, user-defined names with each
web server.  If you do not use the WEBSLIST member, web
servers in your database files are represented by their
numeric WEB IP Address (WEBIP) and numeric Web Server Port
Number (WEBPORT).

WEBSNAME and WEBNAME
--------------------
You can define both a Web Server Short Name (WEBSNAME) and a
Web Server Name (WEBNAME) that are stored as data elements in
the database files.

The short name, (WEBSNAME), can be up to 4 characters in
length.

The long name, (WEBNAME), can be up to 25 characters in
length.

WEBGROUP
--------
Additionally, web servers can be associated with each other
using a Web Group Name (WEBGROUP).  A Web Group Name can be
up to 8 characters in length.  Any number of web servers can
be assigned to a Web Group Name.

The following table shows how the WEBSLIST values are
specified:

  +-----------------------------------------------------------------+
 |IP ADDRESS               |SHRT|GROUP   |WEB SERVER               |
 |PORT NUMBER              |NAME|NAME    |NAME                     |
 |-------------------------|----|--------|-------------------------|
 |>>    25 CHARACTERS    <<|4 CH| 8 CHAR.|>>    25 CHARACTERS    <<|
 |                         |    |        |                         |
 |111.222.333.444/1080     |SALE|B2B     |ATLANTIC DIVISIONS       |
 |222.333.444.111/2080     |HR  |B2B     |CORPORATE PAYROLL        |
 |333.444.111.222/3080     |SALE|C2B     |PACIFIC DIVISIONS        |
 |444.111.222.333/4080     |HR  |B2B     |CORPORATE BENEFITS       |
 |444.333.222.111/6080     |DEV |C2B     |APPLICATION DEVELOP.     |
 +-----------------------------------------------------------------+


The following rules apply when coding this member:

o Required:  Ip Address/Port (WEBIP/WEBPORT)   COLS  4 - 28
o Optional:  Short Name      (WEBSNAME)        COLS 30 - 33
o Optional:  Group Name      (WEBGROUP)        COLS 35 - 42
o Optional:  Web Server Name (WEBNAME)         COLS 44 - 68

An entry is valid if the WEBIP/WEBPORT is entered along with
at least one of three optional entries - WEBSNAME, WEBGROUP,
or WEBNAME.

Any values you specify for WEBSNAME, WEBGROUP, or WEBNAME are
used to populate the data elements of those names in the
database files.  Optional values not specified result in
blanks in the corresponding file data elements.

The exception is the long name, Web Server Name (WEBNAME).
If Web Server Name is not specified in the WEBSLIST member,
then the WEBNAME data element is automatically populated with
the concatenation of Web IP Address (WEBIP) and Web Server
Port Number (WEBPORT).