- CHOOSE
The CHOOSE function returns the object within a series whose position in the series corresponds to a specified number.
- DBLOOKUP
The DBLOOKUP function executes an SQL statement against a database.
- DBQUERY
The DBQUERY function executes an SQL statement against a database.
- DDEQUERY
The DDEQUERY function allows you to interface to other Windows applications such as Trading Partner PC, Excel, and so forth, provided that certain criteria are met.
- EXTRACT
Use EXTRACT whenever you need only particular members of a series returned-those that meet a certain condition. An example might be only POs that contain back-ordered items.
- GETANDSET
You can use GETANDSET when you have an input file that keeps track of control information that serves as an input to your map and the control information in the file needs to be updated based on processing that occurs in your map.
- GETDIRECTORY
The GETDIRECTORY function returns the full path (directory) for the compiled map file or the source or destination associated with a specified card object.
- GETITXUID
The GETITXUID function returns a universally unique identifier (UUID).
- GETLOCALE
The GETLOCALE function returns the locale setting of the computer.
- GETFILENAME
The GETFILENAME function returns the file name for a file adapter source or target of a specified card object. Without an argument, it returns the adapter command associated with the active source or destination.
- GETPARTITIONNAME
You can use GETPARTITIONNAME when you need to know the name of the partition to which the data for the given object belongs.
- GETRESOURCEALIAS
The GETRESOURCEALIAS function returns the resource alias value specified in a Resource Registry resource name file (.mrn).
- GETRESOURCENAME
The GETRESOURCENAME function returns the adapter source or target command of a specified card object. Without an argument, it returns the adapter command associated with the active source or destination.
- GETTXINSTALLDIRECTORY
The GETTXINSTALLDIRECTORY function returns the HCL Link product installation directory.
- INDEX
You can use the INDEX function when you need to select or test particular objects based on their occurrence, or to add a sequence number to output objects.
- INDEXABS
You can use INDEXABS when you need the absolute occurrence of a particular object across all occurrences, rather than across only valid occurrences.
- LASTERRORCODE
The LASTERRORCODE function returns a text item whose value is the last error code returned by one of a specified set of functions during map execution.
- LASTERRORMSG
The LASTERRORMSG function returns a text item whose value is the message corresponding to the last error code returned by one of a specified set of functions during map execution.
- LOOKDOWN
The LOOKDOWN function sequentially searches a series beginning at the end of the series, returning the last member of the series that meets a specified condition.
- LOOKUP
The LOOKUP function sequentially searches a series, returning the first member of the series that meets a specified condition.
- MEMBER
Use MEMBER when you need to know whether an object occurs within a series.
- SEARCHDOWN
Use the SEARCHDOWN function to look up data within a series of data that is sorted in descending code-page byte-order.
- SEARCHUP
Use the SEARCHUP function to look up data within a series of data that is sorted in ascending code-page byte-order.
- SORTDOWN
Use the SORTDOWN function to sort objects in a series in descending sequence.
- SORTDOWNBY
Use SORTDOWNBY to sort the objects of a series based on a component that the objects contain.
- SORTUP
Use SORTUP to sort the objects of a series in ascending sequence.
- SORTUPBY
Use SORTUPBY to sort the objects of a series based on a component that the objects contain.
- UNIQUE
The UNIQUE function returns a series containing all "unique" members of a series.
- GETENV
The GETENV function returns the value of the environment variable. If no variable exists, an empty string is returned.
- GETOSNAME
The GETOSNAME function returns the name of the operating system.