To create your own SCA library, you must first create a library
directory for it. Once you have a directory in which to create a
library, create a library from inside SCA using the CREATE LIBRARY
command.
You now have an empty SCA library. To add a module to the SCA
library, you must first compile your source code and generate an
analysis_data (.ana) file. To load the analysis data file into your
SCA library and show the new module, type the following SCA commands:
SCA> LOAD myfile.ANA
SCA> SHOW MODULE
You will see that the new module has been loaded into the library,
and you will now be able to query that library.
For more information, see the help topics for Libraries and
Reducing_LOAD_Time.