Autosys-SDK


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Autosys-SDK
# 1  
Old 02-03-2010
Autosys-SDK

Hi friends,

I am trying to validate the jil file programmatically. I plan to use the SDK provided by Autosys. Is CA provide any interfaces for this?

Another thing : What is Jil syntax checker or Jil verifier or Jil validator? Where is it available in autosys?

I am using R11 SP2 version of autosys SDK.

Regards,
ksswamy.

Last edited by ksswamy; 02-03-2010 at 09:57 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Autosys: How to change a machine name in Autosys JIL.

All the autosys jobs are on server-1 and server-1 has been crashed due to some reason, Now I have to run 5 autosys jobs on server-2 (failover server) which are on server 1. How to do with Autosys command (which command needs to fired on JIL) (0 Replies)
Discussion started by: tp2115
0 Replies

2. Solaris

error during the installation SDK 6

Dear Members, this java already install in my machine $ uname -a SunOS maxdmail.com 5.10 Generic_139556-08 i86pc i386 i86pc $ java -version java version "1.5.0_17" Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04) Java HotSpot(TM) Client VM (build 1.5.0_17-b04,... (1 Reply)
Discussion started by: xxmasrawy
1 Replies

3. Programming

SDK For cdwriter

I have a problem. I try to write a cd writer program ins c# but I can't find any sdk. Any one who knows? Thank you in advance :) (5 Replies)
Discussion started by: cs05pp2
5 Replies

4. OS X (Apple)

iPhone SDK?

Just need a little help learning to code using the iPhone SDK. HELP WOULD BE GREAT!!! (1 Reply)
Discussion started by: Nintenman
1 Replies

5. UNIX for Advanced & Expert Users

Documentation and books on Autosys Job Control Tool from Autosys

My project uses Autosys. I am new to this product and I don't know where to start from. Q1. Please provide me the link where I can get Autosys documentation Q2. Please refer a good book on Autosys. (Beginner/Intermediate Level) (0 Replies)
Discussion started by: gram77
0 Replies
Login or Register to Ask a Question
checker(1)						      General Commands Manual							checker(1)

NAME
checker - SPARK Proof Checker SYNOPSIS
checker [OPTIONS] [FILE] DESCRIPTION
The SPARK Proof Checker can be used to discharge verification conditions produced by the Examiner (*.vcg), possibly simplified by the Sim- plifier (*.siv). This command is usually used when verification conditions cannot be discharged automatically by the Simplifier. By default checker runs in interactive mode. It accepts commands from user and writes them into a cmd file (or other file specified by -command_log option). This file can be used later to run checker in batch mode (using option -execute). Additionally, proof log is writ- ten into a plg file. OPTIONS
A summary of options is included below. All options may be abbreviated to the shortest unique prefix. -help Show summary of options. -version Display version information. -plain Adopt a plain output style (e.g. no dates or version numbers). -overwrite_warning Confirmation needed to overwrite command or proof log files. -command_log=LOG_FILE Specify file name for the command log file. -proof_log=PLG_FILE Specify file name for the proof log file. -execute=LOG_FILE Execute a previously generated command log file. -resume Resume a previously saved session. FILES
/usr/share/spark/checker/rules/* Checker rules database. SEE ALSO
spark(1), sparksimp(1), spadesimp(1), pogs(1). AUTHOR
This manual page was written by Eugeniy Meshcheryakov <eugen@debian.org>, for the Debian project (and may be used by others). 3 June 2011 checker(1)