You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

7.76 IMPORT

Note: Usage options

The IMPORT command is used to include function libraries into an object. Function Libraries are LANSA defined primitives that contain a set of routines and functions. 

The IMPORT command is specified immediately after the FUNCTION statement and before the BEGIN_COM.

Once a Function library has been imported, the routines defined in the library can be used in expressions.

FUNCTION Options(*DIRECT)

* import the variant function library named #PRIM_LIBV

IMPORT Libraries(#PRIM_LIBV)

Also See

7.76.1 IMPORT Parameters

7.76.2 IMPORT Examples

    

                                                       Required       

                                                                          

       IMPORT --- Libraries---- list of library name ------------->       

                                                                          

                                                                          

                                                                          


  • No labels