INDDATA Macro Variable

The INDDATA macro variable is used to provide SPD Server connection credentials to the input table. You must specify domain, server, port, and user. The password is optional. You must assign the INDDATA macro variable before the %INDSP_RUN_MODEL macro is invoked.
Here is the syntax for the value of the INDDATA macro variable:
DOMAIN=domain-name SERVER=server PORT=port-number USER=user
<PASSWORD=password>
Arguments

DOMAIN=domain-name

specifies the domain name.

SERVER=server

specifies the server name.

PORT=port-number

specifies the port number.

USER=username

specifies the user name (also called the user ID) that is used to connect to the SPD Server.

PASSWORD=password

specifies the password that is associated with your SPD Server user ID.

Tip Use only PASSWORD=, PASS=, or PW= for the password argument. PWD= is not supported and causes an error.