Redvers Consulting Tools
Redvers Consulting tools are written in open source COBOL and licensed under the terms of the GNU General Public License as published by the Free Software Foundation.
RCACCRUE - Execution Counter
This program adds logic to a COBOL program so that a tally is displayed detailing the number of times each section and paragraph is passed through when the program is executed. In addition, a procedure map is displayed for each executed section and paragraph. This tool is used by Redvers Consulting analysts to identify inefficient processing in batch optimisation projects.
Download your free copy of RCACCRUE here...
RCANALIZ - COBOL Source Code Analyser (Version 2)
This program reads a COBOL program source code and produces a procedure map for each section and paragraph in the procedure division. In addition, words or strings of special interest can be specified, and their occurrences are listed after each procedure map entry. This tool is also used by Redvers Consulting analysts to identify inefficient processing in batch optimisation projects.
Download your free copy of RCANALIZ here...
RCBINB64 - Binary to Base64 Converter
This program reads a binary data string, passed via linkage, and converts that data to it's base64 equivalent. The resulting base64 data string is returned to the calling program via linkage.
Download your free copy of RCBINB64 here...
RCB64BIN - Base64 to Binary Converter
This program reads a base64 data string, passed via linkage, and converts that data to it's binary equivalent. The resulting binary data string is returned to the calling program via linkage.
Download your free copy of RCB64BIN here...
RCNOTOR - Exclusive Or (XOR)
This program performs a Boolean "exclusive or" or "not or" (XOR) on two input strings to produce a resulting XOR string. Logically, each pair of input bytes are broken down to their binary representations and the XOR logic is applied to each pair of bits. The resulting binary pattern is then returned as a single character.
"Exclusive or" tools have many uses but their most common application is in improving the performance of encryption products like the Redvers Encryption Device.
Download your free copy of RCNOTOR here...
The following COBOL XML interface tools are now available from the Partners area of our web site:
- RCDTDCRD - DTD to CRD Creator
- RCIMSCRD - IMS/Standalone CRD Source Creator
- RCSCHCRD - XML Schema to CRD Creator