Previous Topic: OPERATIONTYPE Statement—Specify the Operation TypeNext Topic: OTHERS Statement—Pass Keyword Parameters to SBMJOB


OSUSER Statement—Specify the OS User Name

The OSUSER statement specifies the OS user name that the Micro Focus agent uses for authentication. Define the password for this user, job type, and agent name in the password depository to be retrieved during job submission.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

OSUSER user_name
user_name

Specifies the OS user name that is used for authentication by the Micro Focus agent.

The mandatory operand user_name cannot be longer than 128 characters. The operand is case-sensitive and cannot contain delimiters. It is a job level statement, meaning it can only be specified within a job definition.

Example: Define the OS User Name

In the following example, the OS user name is defined as TomM.

AGENT MFAGENT
JCLCONTENT C:\JCLDEMO\ESJCL\FIVESTEPS.jcl
SERVERNAME JCLDEMO
OSUSER TomM