Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

UI Field Name

Description

Specifications

Required

Anchor
body - AC
body - AC
body

Body

If bodyFilter is any value other than None, Is Blank, or Is Not Blank; bodyFilter condition value.

 


N

Anchor
bodyFilter - AC
bodyFilter - AC
bodyFilter

Body Filter

body filter condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Starts With, As Value = 2
  • As String = Contains, As Value = 3
  • As String = Ends With, As Value = 4
  • As String = Dos Not Equal, As Value = 5
  • As String = Dos Not Start With, As Value = 6
  • As String = Does Not Contain, As Value = 7
  • As String = Dos Not End With, As Value = 8
  • As String = Is Blank, As Value = 9
  • As String = Is Not Blank, As Value = 10
  • As String = Regex, As Value = 11

Default is None (0).

N

Anchor
caseSensitive - AC
caseSensitive - AC
caseSensitive

Case Sensitive

Text-based filters should be treated as case-sensitive.

Boolean; Valid values: true/false. Default is false.

N

Anchor
cc - AC
cc - AC
cc

Cc

If ccFilter is any value other than None, Is Blank, or Is Not Blank; ccFilter condition value. 


N

Anchor
ccFilter - AC
ccFilter - AC
ccFilter

Cc Filter

cc filter condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Contains, As Value = 3
  • As String = Dos Not Equal, As Value = 5
  • As String = Does Not Contain, As Value = 7
  • As String = Is Blank, As Value = 9
  • As String = Is Not Blank, As Value = 10
  • As String = Regex, As Value = 11

Default is None (0).

N

Anchor
filterLogic - AC
filterLogic - AC
filterLogic

Filter Logic

Logic to apply when combining filters.

Valid values:

  • As String = And, As Value = 1
  • As String = Or, As Value = 2

Default is And (1).

N

Anchor
from - AC
from - AC
from

From

If fromFilter is any value other than None; fromFilter condition value. 


N

Anchor
fromFilter - AC
fromFilter - AC
fromFilter

From Filter

from filter condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Contains, As Value = 3
  • As String = Dos Not Equal, As Value = 5
  • As String = Does Not Contain, As Value = 7
  • As String = Regex, As Value = 11

Default is None (0).

N

Anchor
subject - AC
subject - AC
subject

Subject

If subjectFilter is any value other than None, Is Blank, or Is Not Blank; subjectFilter condition value.

 


N

Anchor
subjectFilter - AC
subjectFilter - AC
subjectFilter

Subject Filter

subject filter condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Starts With, As Value = 2
  • As String = Contains, As Value = 3
  • As String = Ends With, As Value = 4
  • As String = Dos Not Equal, As Value = 5
  • As String = Dos Not Start With, As Value = 6
  • As String = Does Not Contain, As Value = 7
  • As String = Dos Not End With, As Value = 8
  • As String = Is Blank, As Value = 9
  • As String = Is Not Blank, As Value = 10
  • As String = Regex, As Value = 11

Default is None (0).

N

Anchor
to - AC
to - AC
to

To

If toFilter is any value other than None, Is Blank, or Is Not Blank; toFilter condition value. 


N

Anchor
toFilter - ACM
toFilter - ACM
toFilter

To Filter

to condition to apply.

Valid values:

  • As String = None, As Value = 0
  • As String = Equals, As Value = 1
  • As String = Contains, As Value = 3
  • As String = Dos Not Equal, As Value = 5
  • As String = Does Not Contain, As Value = 7
  • As String = Is Blank, As Value = 9
  • As String = Is Not Blank, As Value = 10
  • As String = Regex, As Value = 11

Default is None (0).

N

Anchor
Mutually Exclusive Tasks
Mutually Exclusive Tasks
Mutually Exclusive Tasks

Property

UI Field Name

Description

Specifications

Required

Anchor
sysId - ME
sysId - ME
sysId

n/a

sysId of the task-to-exclusive-task relationship. 


N

Anchor
task - ME
task - ME
task

Exclusive Task

Name of this Mutually Exclusive task. 


Y

Anchor
type - ME
type - ME
type

Type

Type of Mutually Exclusive task.

Valid values:


  • Direct

Default is Direct.

N

Anchor
Notes
Notes
Notes

Property

UI Field Name

Description

Specifications

Required

Anchor
sysId - Notes
sysId - Notes
sysId

n/a

sys_id used within the Controller to identify this Note.

 


N

Anchor
text - Notes
text - Notes
text

Text

Text of this note. 


N

Anchor
title - Notes
title - Notes
title

Title

Title of this note.

 


N

Anchor
Restart Criteria
Restart Criteria
Restart Criteria

...

Property

UI Field Name

Description

Specifications

Required

Anchor
directives - RC
directives - RC
directives

Directives List

Collection of directive objects.

Valid values:

  • As String = Start, As Value = 1
  • As String = Skip, As Value = 2
  • As String = End, As Value = 3


Y
(if restartOption
is Restart Using Directives (3))

Anchor
evaluationOrder - RC
evaluationOrder - RC
evaluationOrder

Evaluation Order

Order for restart criteria evaluation.

Integer; Restart criteria with a lower order are evaluated before restart criteria with a higher order.

N

Anchor
programName - RC
programName - RC
programName

Program

Program name to match.

A blank value or an asterisk ( * ) will match any program name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

Anchor
pstepName - RC
pstepName - RC
pstepName

Procedure

Procedure step name to match.

A blank value or an asterisk ( * ) will match any procedure step name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

Anchor
restartOption - RC
restartOption - RC
restartOption

Auto-Restart Option

Method of step selection to perform for the restart.

Valid values:

  • As String = Restart From First Job Step, As Value = 1
  • As String = Restart From Matching Job Step, As Value = 2
  • As String = Restart Using Directives, As Value = 3

Default is Restart From First Job Step (1).

N

Anchor
stepCodes - RC
stepCodes - RC
stepCodes

Condition Codes

Integer return codes from the program or ABEND codes.

Integer return codes are specified as a comma-separated list of integer values or ranges. Ranges are specified with a dash ( - ) separating the lower and upper bounds of the range. The z/OS job step return code range is 0-4095. ABEND codes are specified directly as either a user ABEND or a system ABEND. The ABEND code must be specified verbatim including leading zeroes.

Y

Anchor
stepName - RC
stepName - RC
stepName

Step

Job step name to match.

A blank value or an asterisk ( * ) will match any job step name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

Anchor
sysId - RC
sysId - RC
sysId

n/a

sys_id used within the Controller to identify this Restart Criteria.

 


N

Anchor
RunTime Parameters
RunTime Parameters
RunTime Parameters

...

Property

UI Field Name

Description

Specifications

Required

Anchor
parameterName - RTP
parameterName - RTP
parameterName

Parameter Name

Name of this RunTime Parameter. 


Y

Anchor
parameterValue - RTP
parameterValue - RTP
parameterValue

Parameter Value

Value of this RunTime Parameter. 


Y

Anchor
processName - RTP
processName - RTP
processName

Process/Job Name

If command in PeopleSoft task = Schedule Process or Schedule Job; Name of this process/job.

 


Y

Anchor
processType - RTP
processType - RTP
processType

Process Type

If command in PeopleSoft task = Schedule Process or Schedule Job; Type of this process. 


Y

Anchor
sysId - RTP
sysId - RTP
sysId

n/a

sys_id used within the Controller to identify this RunTime Parameter. 


N

Anchor
Step Conditions
Step Conditions
Step Conditions

...

Property

UI Field Name

Description

Specifications

Required

Anchor
programName - Step
programName - Step
programName

Program

Program name to match.

A blank value or an asterisk ( * ) will match any program name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

Anchor
pstepName - Step
pstepName - Step
pstepName

Procedure

Procedure step name to match.

A blank value or an asterisk ( * ) will match any procedure step name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

Anchor
stepAction - Step
stepAction - Step
stepAction

Action

Action to take and the task status to set if the Step Condition matches.

Valid values:

  • As String = Continue/Success, As Value = 1
  • As String = Continue/Failed, As Value = 2
  • As String = Halt/Failed, As Value = 3
  • As String = Askoper, As Value = 4

Default is Continue/Success (1).

N

Anchor
stepCodes - Step
stepCodes - Step
stepCodes

Condition Codes

Integer return codes from the program or ABEND codes.

Integer return codes are specified as a comma-separated list of integer values or ranges. Ranges are specified with a dash ( - ) separating the lower and upper bounds of the range. The z/OS job step return code range is 0-4095. ABEND codes are specified directly as either a user ABEND or a system ABEND. The ABEND code must be specified verbatim including leading zeroes.

Y

Anchor
stepName - Step
stepName - Step
stepName

Step

Job step name to match.

A blank value or an asterisk ( * ) will match any job step name. Generic matching characters asterisk ( * ) and question mark ( ? ) match zero or more characters and one character, respectively.

N

Anchor
stepOrder - Step
stepOrder - Step
stepOrder

Evaluation Order

Order for step condition evaluation.

Integer; Step conditions with a lower order are evaluated before step conditions with a higher order.

N

Anchor
sysId - Step
sysId - Step
sysId

n/a

sys_id used within the Controller to identify this Step Condition. 


N

Anchor
Stored Procedure Parameters
Stored Procedure Parameters
Stored Procedure Parameters

...

Property

UI Field Name

Description

Specifications

Required

Anchor
description - SP
description - SP
description

Description

Description of this parameter.

Integer

N

Anchor
isNull - SP
isNull - SP
isNull

Value is Null

Applies to the input part of a stored procedure parameter; Value for the parameter is a database NULL value.
 
That is, if a value in a database is undefined, it is NULL, which means it has no set value.
 
An input value can be NULL and is represented by selecting Value is Null.

Boolean; Valid values: true/false. Default is false.

N

Anchor
ivalue - SP
ivalue - SP
ivalue

Input Value

If paramMode is Input and isNull is false; Input value of the parameter. 


N

Anchor
ovalue - SP
ovalue - SP
ovalue

n/a

If paramMode is Input/Output and isNull is false; Output value of the parameter. 


N

Anchor
paramMode- SP
paramMode- SP
paramMode

Parameter Mode

Mode of this parameter.

Valid values:

  • As String = Input, As Value = 1
  • As String = Output, As Value = 2
  • As String = Input/Output, As Value = 3

Default is Input (1).

N

Anchor
paramType - SP
paramType - SP
paramType

Parameter Type

Type of Parameter

Valid values:

  • As String = NUMERIC, As Value = 2
  • As String = DECIMAL, As Value = 3
  • As String = INTEGER, As Value = 4
  • As String = SMALLINT, As Value = 5
  • As String = FLOAT, As Value = 6
  • As String = REAL, As Value = 7
  • As String = DOUBLE, As Value = 8
  • As String = VARCHAR, As Value = 12
  • As String = BOOLEAN, As Value = 3
  • As String = DATE, As Value = 91
  • As String = TIME, As Value = 92
  • As String = TIMESTAMP, As Value = 93
  • As String = VARBINARY, As Value = -3
  • As String = BIGINT, As Value = -5

Default is VARCHAR (12)

N

Anchor
paramVar - SP
paramVar - SP
paramVar

Variable Name

If paramMode is Output or Input/Output; Name of the variable to assign the Output value. 


Y

Anchor
pos - SP
pos - SP
pos

Parameter Position

Position of this parameter within a list of parameters.

Integer

Y

Anchor
sysId - SP
sysId - SP
sysId

n/a

sys_id used within the Controller to identify this parameter. 


N

Anchor
variableScope - SP
variableScope - SP
variableScope

Variable Scope

If paramMode is Output or Input/Output; Scope of the variable to assign the Output value.

Valid values:

  • As String = Self, As Value = 1
  • As String = Parent, As Value = 2
  • As String = Top Level Parent, As Value = 3
  • As String = Global, As Value = 4

Default is Self (1).

Y

Anchor
Variables in Tasks
Variables in Tasks
Variables in Tasks

Property

UI Field Name

Description

Specifications

Required

Anchor
description - ViT
description - ViT
description

Description

Description of this variable. 


N

Anchor
name - ViT
name - ViT
name

Name

Name of this variable.

Maximum 40 alphanumerics.

N

Anchor
sysId - ViT
sysId - ViT
sysId

n/a

sys_id used within the Controller to identify this Variable.

 


N

Anchor
value - ViT
value - ViT
value

Value

Value of this variable. 


Y

Anchor
Virtual Resources
Virtual Resources
Virtual Resources

Property

UI Field Name

Description

Specifications

Required

Mutually Exclusive

Anchor
amount - VR
amount - VR
amount

Amount

Amount of resources to use for this task.

Integer

Y 


Anchor
sysId - VR
sysId - VR
sysId

n/a

sys_id used within the Controller to identify this Virtual Resource.

 


N 


Anchor
resource - VR
resource - VR
resource

Resource Name

Name of this Virtual Resource.

Maximum 40 alphanumerics.

Y
(unless resourceVar
is specified)

resourceVar

Anchor
resourceVar - VR
resourceVar - VR
resourceVar

Resource [Unresolved]

Name of a variable that will be resolved at run time to the name of the Virtual Resource.

Format: ${variable name}.

Y
(unless resource
is specified)

resource

...