Folks, I have uploaded an update to utils2_ak that includes new features in myschema to support new myexport features similar to recent improvements to dbexport. I will shortly release an update to the myexport package that includes direct support for these. In the meantime, you could manually modify the myexport script to add the desired options to the myschema command line in there:
--no-export-triggers Disables select triggers in the external table export scripts.
For both of the following options, DDL for the tables are generated and they are
created on the target but no data is exported. They behave the same as the
corresponding dbexport options:
--no-data-tables - Do not produce export scripts for listed tables. If the option
is passed but no tables are listed the tsinstancetable table is auto-included. The
optional argument is a comma separated list of table names. Use with export scripts
options: --myexport-scripts, --myexport-express, & --export-scripts.
--no-data-access-method - Do not produce export scripts for tables created with the
listed access method names. If the option is passed but no access methods are
listed the ts_rtl_vtam and ts_vtam access methods are auto-included. The optional
argument is a comma separated list of access method names. Use with export scripts
options: --myexport-scripts, --myexport-express, & --export-scripts.
------------------------------
Art S. Kagel, President and Principal Consultant
ASK Database Management Corp.
www.askdbmgt.com------------------------------
#Informix