Activity ID
|
Description
|
BLANKCONCAT
|
Concatenates one or more strings, removing trailing blanks and inserting a single blank between each string.
|
CALCULATE
|
Perform a simple arithmetic calculation.
|
CALL_3GL
|
Calls an RPG, COBOL or other 3GL program on IBM i servers.
|
CALL_FUNCTION
|
Calls a LANSA function.
|
CALL_JAVA
|
Calls a Java program.
|
CALL_RUBY
|
Call a Ruby script with optional arguments
|
CALL_RUBY_EX
|
Call a method in a Ruby script.
|
CLEARLIST
|
Clears a variable list.
|
CLEARVARIABLE
|
Clears a variable.
|
COMPOSER_RUN
|
Run a LANSA Composer Processing Sequence
|
CONCAT
|
Concatenates one or more strings, removing trailing blanks from each.
|
COUNTLIST
|
Counts the entries in a variable list.
|
FIND_TPMAP
|
Find linked transformation map(s) for a trading partner.
|
FINDINLIST
|
Find a value in a variable list.
|
GET_DTAARA
|
Read a value from a data area.
|
JSM_BINDSCRIPT
|
Execute a LANSA Integrator JSM binding script.
|
JSM_RECLAIM
|
Reclaim LANSA Integrator JSM resources.
|
JSM_SCRIPT
|
Execute a LANSA Integrator JSM script.
|
LOAD_PSVSET
|
Load processing sequence variables from a PSV file.
|
LOGBOOKMARK
|
Bookmarks the last or next summary log entry.
|
LOGCOMPLETION
|
Creates a processing sequence completion log entry.
|
LOGLIST
|
Creates entries in the processing sequence log that contain a variable list's values.
|
LOGUSERINFO
|
Creates an impromptu entry in the processing sequence log.
|
LOGVARIABLE
|
Creates an entry in the processing sequence log that contains a variable's value.
|
LOWERCASE
|
Converts uppercase characters to lowercase.
|
MUTEX_ACQUIRE
|
Acquire lock for a conceptual resource identifier
|
MUTEX_RELEASE
|
Release lock for a conceptual resource identifier
|
NEXTNUMBER
|
Generates the next number in a series.
|
NOTIFYEVENT
|
Trigger an event notification
|
PARSE_CSV
|
Parse a string of CSV values
|
PUT_DTAARA
|
Write a value to a data area
|
RANDOMNUMBER
|
Generates a pseudo-random number.
|
SAVE_PSVSET
|
Save processing sequence variables to a PSV file.
|
SLEEP
|
Suspend processing for a specified time interval
|
STRINGLEN
|
Determines the string length, in characters, of a string.
|
STRINGPOS
|
Finds the first position of one string in another string.
|
STRINGPOSLAST
|
Finds the last position of one string in another string.
|
STRINGREPLACE
|
Replaces occurrence(s) of a specified string in the input string.
|
STRINGREPLACEPOS
|
Replaces a specified portion of the input string.
|
SUBSTITUTE
|
Formats an input string with variable substitution.
|
SUBSTITUTE_VAR
|
Formats an input string with variable substitution.
|
SUBSTRING
|
Extracts a portion of a string.
|
UNIQUEID
|
Generate a unique identifier.
|
UPPERCASE
|
Converts lowercase characters to uppercase.
|
WAIT_FILESREADY
|
Cache operations for files waiting for "ready"
|