Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    CA::AutoSys 1.05

    Download button

    No screenshots available
    Downloads: 8,408  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Sinisa Susnjar | More programs
    Perl Artistic License / FREE
    February 25th, 2008, 16:19 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    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( [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");

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    AutoSys interface | job control | Perl module | CA::AutoSys | AutoSys | job

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM