ADSM-L

Re: Rexx Needed

1999-12-10 16:32:45
Subject: Re: Rexx Needed
From: "Alan R. White" <arw AT TIPPER.DEMON.CO DOT UK>
Date: Fri, 10 Dec 1999 21:32:45 -0000
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

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