# DCload.ctl:E919:Produces the External Collection Reports # $Id: DCload.ctl,v 1.5 2014/02/28 13:48:51 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/RDA/DCload.ctl,v 1.5 2014/02/28 13:48:51 RDA Exp $ # # Change History # 20140228 MSC Change index title. =head1 NAME RDA:DCload - Produces the External Collection Reports =head1 DESCRIPTION This module collects tool results and information from external tools through specific submodules. The name of the submodules starts with C. Although they are detected automatically at the data collection time, some submodules could require a setup. Produced reports are regrouped under C. =cut echo tput('bold'),'Processing RDA.LOAD module ...',tput('off') # Determine the contributions var ($cnt,%pkg) = (0) loop $pkg (getPackages('^LD.*\.ctl$')) var $pkg{join('_',field(':',-1,$pkg),incr($cnt))} = $pkg # Collect tool results pretoc '%TITLE("1:Tools and External Collections")%' var $abr = setAbbr() loop $pkg (values(%pkg,'KA')) {call setPrefix() run &{$pkg}() call setAbbr($abr) } unpretoc =head1 COPYRIGHT NOTICE Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. =head1 TRADEMARK NOTICE Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. =cut