FLM4UP-API
FLAM4 Subprogram Interface
|
Functions provided by this interface. More...
Functions | |
const char * | flamup_version (void) |
Version. | |
const char * | flamup_about (void) |
About. | |
const char * | flamup_license (void) |
Get license text. | |
void | flamup (void **flamid, long *rtc, char *param, long *paramLen) |
Runs the old FLAM command line (load module interface (COBOL, PL1)) | |
long | flamupc (const char *param) |
Runs the old FLAM command line (C like interface) | |
Functions provided by this interface.
|
extern |
Version.
This function returns a string with version information for each used component. This should be used in a support case.
|
extern |
About.
This function returns a string with about information for this library on multiple lines and license information for used external libraries.
|
extern |
Get license text.
This function can be used to get the current license text on multiple lines. The license text defines the permissible use of this library.
|
extern |
Runs the old FLAM command line (load module interface (COBOL, PL1))
Compress/decompress entire files in user-defined applications. Supports the FLAM4 command string syntax. For more information see FLM4BOOK or FLCL FLAM Command.
[in,out] | flamid | POINTER Pointer to the workarea; parameter unused for backward compatibility, simply pass NULL |
[out] | rtc | INTEGER Pointer to a signed long that will contain the condition code of the command after it returns |
[in] | param | STRING FLAM4 parameter string (see FLM5BOOK) |
[in] | paramLen | INTEGER The length of parameter string of NULL if the parameter sting zero-terminatied. |
|
extern |
Runs the old FLAM command line (C like interface)
Compress/decompress entire files in user-defined applications. Supports the FLAM4 command string syntax. For more information see FLM4BOOK or FLCL FLAM Command.
[in] | param | STRING A null-terminated string containing the FLAM4 command string to be used. |