*&---------------------------------------------------------------------*
*& Report  ZSOFTCOPY_R3_46                                             *
*&                                                                     *
*&---------------------------------------------------------------------*
*&                                                                     *
*& This program is free software: you can redistribute it and/or       *
*& modify it under the terms of the GNU General Public License as      *
*& published by the Free Software Foundation, either version 3 of the  *
*& License, or any later version.                                      *
*&                                                                     *
*& This program is distributed in the hope that it will be useful,     *
*& but WITHOUT ANY WARRANTY; without even the implied warranty of      *
*& MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                *
*& See the GNU General Public License for more details.                *
*&                                                                     *
*& You should have received a copy of the GNU General Public License   *
*& along with this program. If not, see <http://www.gnu.org/licenses/>.*
*&                                                                     *
*&---------------------------------------------------------------------*
*&                                                                     *
*&  Author:     Ruediger von Creytz     ruediger.creytz@globalbit.net  *
*&  Copyright:  globalBIT, LLC          http://www.globalbit.net       *
*&  Version:    20210302                                               *
*&                                                                     *
*&---------------------------------------------------------------------*

REPORT  zsoftcopy_r3_46.


***required
INCLUDE zsoftcopy_types.
INCLUDE zsoftcopy_text.
INCLUDE zsoftcopy_variables.
INCLUDE zsoftcopy_gui.
INCLUDE zutil_cmd_replace_old.
INCLUDE zutil_convert_number.
INCLUDE zutil_convert_text.
INCLUDE zutil_src_compress.
INCLUDE zdb_download_convert_data.
INCLUDE zutil_lic_gpl.
INCLUDE zsoftcopy_add.
INCLUDE zsoftcopy_csv.
INCLUDE zsoftcopy_csv_tools.
INCLUDE zsoftcopy_download.
INCLUDE zsoftcopy_get.
INCLUDE zsoftcopy_html_add.
INCLUDE zsoftcopy_html_base.
INCLUDE zsoftcopy_html_links.
INCLUDE zsoftcopy_html_main.
INCLUDE zsoftcopy_links.
INCLUDE zsoftcopy_select.
INCLUDE zsoftcopy_text_tools.
INCLUDE zsoftcopy__cl_gui_unknown.
INCLUDE zsoftcopy__try_unknown.

***optional
INCLUDE zsoftcopy_ddic.
INCLUDE zsoftcopy_fugr.
INCLUDE zsoftcopy_o2.
INCLUDE zsoftcopy_pack.
INCLUDE zsoftcopy_prog.
INCLUDE zsoftcopy_seo.
INCLUDE zsoftcopy_system.
INCLUDE zsoftcopy_t.


*-----------------------------------------------------------------------
* optionals
*-----------------------------------------------------------------------
FORM optionals.
  PERFORM ddic.
  PERFORM fugr.
  PERFORM o2.
  PERFORM pack.
  PERFORM prog.
  PERFORM seo.
  PERFORM system.
  PERFORM t.
ENDFORM.                    "optionals
