USRREC

Purpose

This statement defines the passwords for the users who need to schedule jobs to run on Windows workstations. Omit it if your scheduling environment does not include these workstations.

USRREC is defined in the member of the EQQPARM library as specified by the USERMEM keyword in the TOPOLOGY statement.

Format


1  USRREC  USRCPU ( cpu name )  USRNAM ( logon ID )  USRPSW ( password )

Parameters

USRCPU(cpuname)
The IBM Workload Scheduler workstation on which the user can launch jobs. It consists of four alphanumeric characters, starting with a letter. It is valid only on Windows workstations.
USRNAM(logon ID)
The user name of a Windows workstation. It can include a domain name and can consist of up to 47 characters.

Windows user names might be case-sensitive, depending on the Windows version. The user must be able to log on to the computer on which IBM Workload Scheduler has launched jobs, and must also be authorized to Log on as batch.

If the user name is not unique in Windows, it is considered to be either a local user, a domain user, or a trusted domain user, in that order.

If you are defining a Windows domain user and the value contains a backslash (\), then the entire character string must be enclosed by single quotes, for example:
USRNAM('XXXXX\user1')
If you are defining a Windows user in the username@internet_domain format that contains the at sign (@), for example administrator@mywindom.com, you must enclose the entire character string in single quotes:
USRNAM('administrator@mywindom.com')
USRPSW(password)
The user password for the user of a Windows workstation. It can consist of up to 31 characters and must be enclosed in a single quotation mark. The password might be case-sensitive, depending on the Windows version. Do not specify this keyword if the user does not need a password. You can change the password every time you create a Symphony file (that is, when creating a CP extension).
If you are defining a Windows domain user and the value contains a backslash (\), then the entire character string must be enclosed by single quotes, for example:
USRPSW('XXXXX\password1')
If you are defining a password for the Windows user in the username@internet_domain format that contains the at sign (@), for example administrator@mywindom.com, you must enclose the entire character string in single quotes:
USRPSW('passw0rd')

The password is stored in the USRINFO member in plaintext, meaning that is not encrypted. To encrypt it, run the sample EQQE2EPW JCL provided in the EQQBENCR member of the EQQSAMP library. For details about this sample JCL, see IBM Z Workload Scheduler: Planning and Installation.

Alternatively, if you do not want to set some or all the user IDs and passwords in the USRREC statement, define them in a local file on the Windows workstation, by using the user utility, and set LOCALPSW(YES) in the TOPOLOGY statement.