**FREE

///
// intERPrise start module
//
// This program starts the ERP software intERPrise.
// It consists of various modules.
// <ul>
//  <li>Accounting</li>
//  <li>Logistics</li>
//  <li>Data Analysis</li>
//  <li>Sales</li>
// </ul>
//
// \author Mihael Schmidt
//
// \info This is just a test
//       for parsing ILEDocs blocks.
//
///

ctl-opt main(main);

///
// PEP
///
dcl-proc main;

  dsply 'here';

end-proc;
