ADSM-L

Re: Rexx Needed

1999-12-10 16:32:04
Subject: Re: Rexx Needed
From: Mark Adams <mark_adams AT CSGSYSTEMS DOT COM>
Date: Fri, 10 Dec 1999 15:32:04 -0600
I use head/tail to remove the header and trailer information of the output
file.

Mark A. Adams
Systems Programmer
CSG SYSTEMS, INC.
(402) 963-8237


> -----Original Message-----
> From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU]On Behalf Of
> Alan R. White
> Sent: Friday, December 10, 1999 3:33 PM
> To: ADSM-L AT VM.MARIST DOT EDU
> Subject: Re: Rexx Needed
>
>
> You might want to make life easier for your script / program. I
> use this on
> AIX and NT to provide a text file which is more script friendly.
>
> dsmadmc -id=guess -password=guess -outfile=<name> -commadelimited macro
> my.mac
>
> The file my.mac contains
> set sqldisplaymode wide < dunno if this is absolutely necessary - takes 5
> secs to find out if needs must>
> select * from actlog where <and then any criteria, sort etc>
>
> In the output file you get exactly one line per message and each
> field comma
> delimited. Wish there was a way to automatically switch off the
> headers and
> footers adsm insists on sticking in the file - anyone??
>
> Dunno if it helps on OS/390.
>
> Regards
> Alan
>
> ----- Original Message -----
> From: Samuel Poloche <samuel_poloche AT MAIL.FHMIS DOT NET>
> To: <ADSM-L AT VM.MARIST DOT EDU>
> Sent: Friday, December 10, 1999 7:20 PM
> Subject: Rexx Needed
>
>
> > I am looking for a REXX routine that will let me parse the
> ACTLOG report.
> When
> >  it is created the first thing displayed is the date and the message for
> each
> >  node can be from 2 to 5 or 6 line. I need to create a single line per
> node to
> >  find the errors and report to the appropriate parties. Any one has
> something
> >  that could help me? I am running on an MVS system OS/390.
> >
> >  Thank you.
>
<Prev in Thread] Current Thread [Next in Thread>