ADSM-L

Re: Format of output file using select statements

2003-01-08 02:43:38
Subject: Re: Format of output file using select statements
From: "Anthonijsz, Marcel M SITI-ITDSES31" <Marcel.Anthonijsz AT SHELL DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 8 Jan 2003 08:25:19 +0100
If using perl, please consider using the TSM for PERL module from Jörg
Nouvertné at:
http://home.wtal.de/the_swordsman/

It returns your data in hashes, i.e.

  my $arrayref = $tsm->select("* from volumes");
  foreach my $element (@$arrayref)
  {
        print "$element->{VOLUME_NAME}:\t $element->{STGPOOL_NAME}\n";
  };

I use it and like it very much...


Marcel Anthonijsz
Central Data Storage Manager (a.k.a. storman)
Shell Information Technology International B.V.
PO Box 1027, 2260 BA  Leidschendam, The Netherlands

Email: Marcel.Anthonijsz AT shell DOT com

<Prev in Thread] Current Thread [Next in Thread>