ADSM-L

Re: Passing output from an SQL select into an *SM command?

1999-11-30 01:19:05
Subject: Re: Passing output from an SQL select into an *SM command?
From: Russell Street <russells AT AUCKLAND.AC DOT NZ>
Date: Tue, 30 Nov 1999 19:19:05 +1300
> I'm interested in anyone able to pass the output from an sql statement into an
> *SM command. So in pseudo code, I want to do something like :-
> can pr (select process_id from processes where process_name = expiration)

In 3.1.2.40 or later, that particular action has a command
        cancel expiration.

For anything else, you need to write an script (shell, REXX, Perl,
...) to do the select, massage the results and generate the admin
command.


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