FLCL Utility

Frankenstein Limes Command Line (FLCL) is a batch utility to execute the following subprograms:

Each subprogram is also available as DLL/SO or load modules to integrate FLAM into your own applications. The subprogram interface supports each command as dedicated function, which accepts the corresponding command string.

For example, this call of FLCL:

   :> flcl info "get.file=test.txt"

is also available in C programming language as:

   ret=flucinfo("get.file=test.txt");

or in COBOL as:

   CALL "FCUINFO" USING rtc 19 "get.file='test.gz'" 0 " " 7 ":STDERR" 0 " "

The subprograms are called through the commands below:

The FLCL can be used in scripts to automate batch processing. The command interpretation is platform independent and optimized for different shells like Windows® batch files, Unix bash or z/OS® JCL.