Previous Topic: SERVERADDR Statement—Specify a Remote Server NameNext Topic: SERVERNAME Statement—Specify a Server to Run the PeopleSoft Job


SERVERADDR Statement—Specify a Remote Server Name for a Micro Focus Job

The SERVERADDR statement specifies a remote server name.

Supported Job Types

If the SERVERNAME statement is not used, this statement is required for the following job type:

Syntax

This statement has the following format:

SERVERADDR server_addr [:serverport]
server_addr [:serverport]

Specifies the DNS name or IP address of a remote server. serverport is a server port number, which is mandatory for the MF_JOB type but is not required for other job types.

Limits: Up to 100 characters; case-sensitive

Example: 172.24.36.107:7010 (IPv4) or [0:0:0:0:0:FFFF:192:168:00:00]:7010 (IPv6)

Notes:

Example: Specify a Remote Server Address for a Micro Focus Job

This example specifies server address 172.24.36.107, port 7010:

AGENT MFAGENT
JCLCONTENT C:\JCLDEMO\ESJCL\FIVESTEPS.jcl
SERVERADDR 172.24.36.107, port 7010