Is it possible to skip the reading of large include files?
The reading of big files can be skipped in the following way:
- Unset "Check for missing database cards".
- Specify the name of the include file (the file that you want to avoid reading) as an EXTRA file. E.g. if the file was specified as "../../includefile.k" in the keyword file, it should also be specified as extra file "../../includefile.k".
- Select the "Skip parse" check box for this extra file.
Now "../../includefile.k" will not be copied or parsed.