cimfast(1) — Commands
Name
cimfast − Invokes BASEstar CIMfast (BCF).
Syntax
cimfast [-h] [-n] [-l] [-Dname=def] [-Idir] [-fe] [-fs] [-fv] [-fd] [-fn] <CEL_File>
Description
CIMfast is a high level event language to be used with BASEstar.
Before invoking CIMfast, make sure that the environment variables have been initialized for the login user. To initialize the environment variables, you must execute the bcf_setup script.
Options
-hDisplays a help menu describing the CIMfast command parameters.
-nPrevents the CIMfast preprocessor from executing.
-lCreates a listing file with the same name as the input CIMfast Event Language (CEL) file and the extension .lis. This option is only valid when a CEL file arguments is supplied and -n is not specified.
-Dname=def
-DnameDefine name to the preprocessor, as if the line #define name def were prepended to the CEL source file. If no =def is given, the name is defined as 1.
-IdirDefine the directory name dir to the preprocessor for use in searching for quoted include files.
-feSets the CIMfast output filter to Error.
-fsSets the CIMfast output filter to Standard.
-fvSets the CIMfast output filter to Verbose.
-fdSets the CIMfast output filter to Debug.
-fnSets the CIMfast output filter to None.
-<CEL_File>Specifies the CEL file to execute. If this argument is omitted, the CEL file is read in from stdin until terminated with a CTRL_D. If the specified file cannot be opened for read access, CIMfast will try to open a file with the same name and an extension of .cel.
Examples
The following example shows how to invoke the CIMfast with an input CEL file named dataproc. session.
% cimfast dataproc
Welcome to CIMfast V2.1
Loading CEL file...
.
.
.
To terminate the CIMfast program, type in a CTRL_C.