DISPLAY PRCS PARAMS - UPPS Command

Description

The DISPLAY PRCS PARAMS command displays the list of parameter values for a PeopleSoft job or process.
 

Note

The job or process must have generic prompting enabled and runtime parameters defined.

Command Line Syntax

The following figure illustrates the command line syntax of the DISPLAY PRCS PARAMS command, using the command line, long form of its configuration options.

-display prcs_params {-jobname name | -processname name} -processtype type [-outfmt {text | xml}]

Command Argument

The DISPLAY PRCS PARAMS command can be expressed as either:

  • -D (Short form)
  • -display (Long form)

The DISPLAY PRCS PARAMS command argument, prcs_params, displays the list of parameter values for a PeopleSoft job or process.
.

Configuration Options

The following table describes all DISPLAY PRCS PARAMS configuration options and provides the command line, long form of each option illustrated in the DISPLAY PRCS PARAMS command line syntax, above.

Configuration
Option Name

Command Line
Long Form

Description

JOB_NAME

-jobname

Job name for which parameters will be returned.

OUTPUT_FORMAT

-outfmt

Format of the output for this command:

  • text: output will be formatted for human consumption.
  • xml: output will be formatted as XML.

PROCESS_NAME

-processname

Name of the PeopleSoft process for which parameters will be returned.

PROCESS_TYPE

-processtype

Type of PeopleSoft process for which parameter names will be returned.

Example

upps -userid USERNAME1 -pwd PASSWORD1 -host qapsft.stone.branch -port 8000 -display prcs_params -processname TREEMOVER

Process Name.............: TREEMOVER
Process Type.............: Application Engine
Record Name..............: RUN_TREEMOVER
Record Field Name........: FILENAME
Parameter Name...........: File Name
Application Class Method.: .

Process Name.............: TREEMOVER
Process Type.............: Application Engine
Record Name..............: RUN_TREEMOVER
Record Field Name........: TREE_NAME
Parameter Name...........: Tree Name
Application Class Method.: .

Process Name.............: TREEMOVER
Process Type.............: Application Engine
Record Name..............: RUN_TREEMOVER
Record Field Name........: TREE_EFFDT
Parameter Name...........: Effective Date of Tree
Application Class Method.: .

UNV6830E Universal Connector for PeopleSoft Process Scheduler ending with exit code 0.