version 20200619
Fixes:
Note about type conversion fixed, testing HELP tags improved, documentation elements added.
Features:
IMLMODULE element added to the list of elements. IML modules can be now added to the package and are stored in "<PackagNamie>IML" catalog in the WORK library.
version 20200609, element of type "FUNCTIONS" added (mind the S at the end, it is not the same as "FUNCTION"). It allows to compile multiple functionS in one FCMP call. Description/instruction will be added soon.
The code of each new function in 'xxx_functions' subfolder should be stored in a single file but without "proc fcmp" header and "run" footer just plain function/subroutine definition.
updates related to testing added in generatePackage.sas, update in generating SYSloadedPackages macrovariable, update in packages= macroparameter in generatePackage.sas,
generate_package_sqlinds.sas is now in line with article,
module for developer's tests added, two new macroparameters:
testPackage=Y
and
packages=
the first one turns on testing, the second one points to location of the folder with packages (in case when generated package has dependencies)