Difference between revisions of "AS400 Action"

From PresenceWiki
Jump to: navigation, search
(Read a data area)
Line 21: Line 21:
 
specified by Return Column Name
 
specified by Return Column Name
  
==== Run a program call ====
+
== Run a program call ==
  
 
Library
 
Library
Line 33: Line 33:
 
We can add or remove extra parameters.
 
We can add or remove extra parameters.
  
==== Run a program call via a command ====
+
== Run a program call via a command ==
  
 
This is a simplified version of Program Call, and requires Library, Program and a list of Parameters
 
This is a simplified version of Program Call, and requires Library, Program and a list of Parameters
  
==== Run a command ====
+
== Run a command ==
  
 
Library Command  
 
Library Command  
Line 43: Line 43:
 
Key and Value
 
Key and Value
  
==== Copy a file ====
+
== Copy a file ==
  
 
From
 
From
Line 51: Line 51:
 
Return Column Name
 
Return Column Name
  
==== Check a file exists ====
+
== Check a file exists ==
  
 
File
 
File
  
 
Return Column Name
 
Return Column Name

Revision as of 14:38, 28 October 2010

http://www.international-presence.com/images/docs/as400/as400_action_header.png

AS400 Action Node

The purpose of this Node is to interact with the iSeries / AS400, for which you will need the name of the as400 (or ip address) along with a valid username and password.

The supported actions are:

Read a data area

Library Name

Object Name

Member Name

Member Type

This will append a column AS400_DATA_AREA to the datatable who's cell value will contain the data area.

specified by Return Column Name

Run a program call

Library

Program

List of Parameters

These contain Param name, Return Param name, Type and length

We can add or remove extra parameters.

Run a program call via a command

This is a simplified version of Program Call, and requires Library, Program and a list of Parameters

Run a command

Library Command Parameters containing Key and Value

Copy a file

From

To

Return Column Name

Check a file exists

File

Return Column Name