CA::AutoSys

CA::AutoSys is a Perl interface to CA's AutoSys job control.
Download

CA::AutoSys Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sinisa Susnjar
  • Publisher web site:
  • http://search.cpan.org/~sini/CA-AutoSys-1.05/lib/CA/AutoSys.pm

CA::AutoSys Tags


CA::AutoSys Description

CA::AutoSys is a Perl interface to CA's AutoSys job control. CA::AutoSys is a Perl interface to CA's AutoSys job control.SYNOPSIS use CA::AutoSys; my $hdl = CA::AutoSys->new( ) ; my $jobs = $hdl->find_jobs($jobname) ; while (my $job = $jobs->next_job()) { : } my $status = $job->get_status() ; my $children = $job->find_children() ; while (my $child = $children->next_child()) { : }CLASS METHODSnew() my $hdl = CA::AutoSys->new( ) ;Creates a new CA::AutoSys object.Below is a list of valid options:dsnSpecify the DSN of the AutoSys' database server to connect to. If nothing is specified, Sybase will be assumed: dbi:Sybase:server= With this option you should be able to connect to databases other than Sybase.serverSpecify the AutoSys' database server to connect to. Either this option or the dsn option above must be given. Please note, that when specifying this server option, a Sybase database backend is assumed.userSpecify the database user. With an out-of-the-box AutoSys installation, the default user should work.passwordSpecify the database password. With an out-of-the-box AutoSys installation, the default password should work.Example: my $hdl = CA::AutoSys->new(server => "AUTOSYS_DEV"); Requirements: · Perl


CA::AutoSys Related Software