

C-LANG Statements › PSOPRID Statement—Specify Operator ID for a PeopleSoft Report
PSOPRID Statement—Specify Operator ID for a PeopleSoft Report
The PSOPRID statement specifies the operator ID under whose authority the PeopleSoft report runs.
Supported Job Type
This statement is optional for the PeopleSoft job type.
Syntax
This statement has the following format:
PSOPRID ID
- ID
-
Specifies the operator ID under whose authority the PeopleSoft report runs. The scheduling manager supplies the corresponding password from its password facility.
Limits: Up to 32 characters; case-sensitive
Notes:
- Enclose values that contain delimiters (such as spaces) in double quotation marks.
- The operator ID is validated against the corresponding value in the PeopleSoft database.
- If you do not specify this statement in the job definition, a default operator ID must be defined in the ps.default.oprId parameter in the agent's agentparm.txt file. Otherwise, the job fails.
- The PSOPRID statement overrides the default operator ID specified in the agent's agentparm.txt file.
- Each user ID requires a corresponding password. The password is encrypted and stored separately from the user ID. For more information on defining passwords and other security requirements, refer to your scheduling manager's documentation.
Example: Specify an Operator ID the Report Runs Under
In this example, the DDAUDIT report runs under the authority of the VP1 operator ID.
AGENT PSAGENT
PROCESSNAME DDAUDIT
PSOPRID VP1
PROCESSTYPE 'SQR Report'
RUNCONTROLID TEST
OUTDESTTYPE FILE
OUTDESTFORMAT TXT
Copyright © 2013 CA Technologies.
All rights reserved.
 
|
|