table.txt |
Pipelines v2.1 |
.....|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9....+....10...
**** Top of file ****
1 ARRAY,Gets or sets an ooRexx variable with the specified array.
2 BETWEEN,Selects records between two specified target strings.
3 BUFFER,Accumulates all records in a single stage.
4 CALLpipe,Connects to another pipeline.
5 CASEI,Perform a non-case-sensitive selection comparison.
6 CHANGE,Replaces a string of characters with another string of characters.
7 CHOP,Selectively truncates records.
8 COLLATE,Matches records from two input streams and writes matched/unmatched records.
9 CONSole,Reads from or writes to the console.
10 COUNT,Counts bytes, whitespace-delimited character strings, or records.
11 DEAL,Writes a record to output streams in either sequential or a specified order.
12 DELAY,Waits until a particular time of day or until a specified interval has elapsed.
13 DROP,Discards one or more records.
14 DUPlicate,Writes each input record in addition to the specified number of copies.
15 ELASTIC,Puts records into a buffer to prevent a pipeline stall.
16 FANIN,Combines multiple input streams into a single stream in a specified order.
17 FANINANY,Combines multiple input streams into a single stream.
18 FANOUT,Copies primary input stream records to multiple output streams.
19 FILEAPPend (>>),Creates or appends records to a disk file.
20 FILEIN (<),Reads records from a disk file.
21 FILELIST,Searches for a disk file or files.
22 FILEOUT (>),Creates or replaces a disk file.
23 FROMLABel,Selects records that follow a specified target including the target record.
24 HOLE,Discards records.
25 IN,Reads records from STDIN or the CALLPIPE stage of the calling pipeline.
26 INSIDE,Selects records between two specified targets not including the target.
27 JOIN,Concatenates groups of records.
28 LITeral,Writes the specified data to the primary output stream.
29 LOCate,Selects records that contain a specified string of characters.
30 LOOKUP,Finds records in a reference.
31 NLOCate,Do not select records that contain a specified string of characters.
32 OUT,Writes records to STDOUT or the CALLPIPE stage of the calling pipeline.
33 OUTPUT,Writes a record to the specified output stream.
34 OUTSIDE,Selects records not located between two specified targets.
35 OVERlay,Reads a record from each input stream and merges them into a single record.
36 PAD,Extends records with one or more occurrences of a specified character.
37 PEEKTO,Reads a record without removing the record from the input stream.
38 PROGRESS,Writes an output record after reading a specified number of input records.
39 READTO,Reads a record.
40 RUNpipe,Runs another pipeline.
41 SHELLexecute,Executes system shell, Powershell commands or executable process.
42 SNAKE,Builds a multicolumn page layout.
43 SORT,Arranges records in ascending or descending order.
44 SPECs,Rearranges the contents of records.
45 SPLIT,Splits records into multiple output records.
46 STEM,Gets or sets an ooRexx variable with the specified stem.
47 STRIP,Removes leading and/or trailing characters from records.
48 TAKE,Selects records from the beginning or end of the primary input stream.
49 TOLABel,Selects records that precede a specified target.
50 TRANSlate,Translates characters based on the specified translation table.
51 UNIQue,Compares the contents of adjacent records and discards/retains duplicates.
52 VARiable,Gets or sets an ooRexx variable.
53 ZONE,Restrict data selection to a specific column range.
**** End of file ****
|