CA::AutoSys

Software Screenshot:
CA::AutoSys
Software Details:
Version: 1.05
Upload Date: 3 Jun 15
Developer: Sinisa Susnjar
Distribution Type: Freeware
Downloads: 12

Rating: 5.0/5 (Total Votes: 1)

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

SYNOPSIS

use CA::AutoSys;

my $hdl = CA::AutoSys->new( [OPT] ) ;
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 METHODS

new()
my $hdl = CA::AutoSys->new( [OPT] ) ;

Creates a new CA::AutoSys object.

Below is a list of valid options:

dsn

Specify 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.

server

Specify 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.

user

Specify the database user. With an out-of-the-box AutoSys installation, the default user should work.

password

Specify 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

Similar Software

SVL
SVL

3 Jun 15

ACE
ACE

22 Jun 18

Vulkan
Vulkan

10 Mar 16

zlib
zlib

3 Oct 17

Comments to CA::AutoSys

Comments not found
Add Comment
Turn on images!