FCMP Action Set: Syntax
Provides actions that add and run FCMP code
runProgram Action
Defines the routine to be run.
Summary: Input and Output Tables
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the table to read from. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the table to write to. |
Parameter Descriptions
debughost="string"
specifies the hostname of debugger midtier.
debuglabel="string"
specifies the name to be applied to the main program in the debugger.
debugport=integer
specifies the port number of debugger midtier.
inputData={castable}
specifies the table to read from.
For more information about specifying the inputData parameter, see the common castable parameter.
| Alias | table |
|---|
outputData={casouttable}
specifies the table to write to.
For more information about specifying the outputData parameter, see the common casouttable parameter.
| Alias | casOut |
|---|
* routineCode={"string-1" <, "string-2", ...>}
specifies the routine code to be executed.
| Alias | code |
|---|
runProgram Action
Defines the routine to be run.
Summary: Input and Output Tables
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the table to read from. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the table to write to. |
Parameter Descriptions
debughost="string"
specifies the hostname of debugger midtier.
debuglabel="string"
specifies the name to be applied to the main program in the debugger.
debugport=integer
specifies the port number of debugger midtier.
inputData={castable}
specifies the table to read from.
For more information about specifying the inputData parameter, see the common castable parameter.
| Alias | table |
|---|
outputData={casouttable}
specifies the table to write to.
For more information about specifying the outputData parameter, see the common casouttable parameter.
| Alias | casOut |
|---|
* routineCode={"string-1" <, "string-2", ...>}
specifies the routine code to be executed.
| Alias | code |
|---|
runProgram Action
Defines the routine to be run.
Summary: Input and Output Tables
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the table to read from. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the table to write to. |
Parameter Descriptions
debughost="string"
specifies the hostname of debugger midtier.
debuglabel="string"
specifies the name to be applied to the main program in the debugger.
debugport=integer
specifies the port number of debugger midtier.
inputData={castable}
specifies the table to read from.
For more information about specifying the inputData parameter, see the common castable parameter.
| Alias | table |
|---|
outputData={casouttable}
specifies the table to write to.
For more information about specifying the outputData parameter, see the common casouttable parameter.
| Alias | casOut |
|---|
* routineCode=["string-1" <, "string-2", ...>]
specifies the routine code to be executed.
| Alias | code |
|---|
runProgram Action
Defines the routine to be run.
Summary: Input and Output Tables
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the table to read from. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the table to write to. |
Parameter Descriptions
debughost="string"
specifies the hostname of debugger midtier.
debuglabel="string"
specifies the name to be applied to the main program in the debugger.
debugport=integer
specifies the port number of debugger midtier.
inputData=list(castable)
specifies the table to read from.
For more information about specifying the inputData parameter, see the common castable parameter.
| Alias | table |
|---|
outputData=list(casouttable)
specifies the table to write to.
For more information about specifying the outputData parameter, see the common casouttable parameter.
| Alias | casOut |
|---|
* routineCode=list("string-1" <, "string-2", ...>)
specifies the routine code to be executed.
| Alias | code |
|---|