name the air commands in ab initio?
Answers were Sorted based on User's Feedback
Answer / puja singh srivastava
Here are the few of the commands we use
1) air object ls <EME Path for the object -
/Projects/edf/.. > --- This is used to see the listing of
objects in a directory inside the project.
2) air object rm <EME Path for the object -
/Projects/edf/.. > -- This is used to remove an object
from the repository. Please be careful with this.
3) air object cat <EME Path for the object -
/Projects/edf/.. > --- This is used to see the object
which is present in the EME.
4) air object versions -verbose <EME Path for the object -
/Projects/edf/.. > --- Gives the Version History of the
object.
5) air project show <EME Path for the project -
/Projects/edf/.. > --- Gives the whole info about the
project. What all types of files can be checked-in etc.
6) air project modify <EME Path for the project -
/Projects/edf/.. > -extension <something like *.dat within
single quotes> <content-type> --- This is to modify the
project settings. Ex: If you need to checkin *.java files
into the EME, you may need to add the extension first.
7) air lock show -project <EME Path for the project -
/Projects/edf/.. > --- shows all the files that are locked
in the given project
8) air lock show -user <UNIX User ID> -- shows all the
files locked by a user in various projects.
9) air sandbox status <file name with the relative path> ---
shows the status of file in the sandbox with respect to
the EME (Current, Stale, Modified are few statuses)
| Is This Answer Correct ? | 49 Yes | 5 No |
Answer / rajasekar
air object ls
air object rm
air object cat
air object versions
air project show
air project modify
air lock show -Project
air lock show -user
| Is This Answer Correct ? | 21 Yes | 7 No |
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
What is the purpose of having stored procedures in a data-based?
How you can run a component for certain conditions ?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
One file contains header,body,trailer records and header in a single row as well as trailer too.How to segregate these header,trailer and body records and once it gets segregated,i want to make the body data in reverse i.e if i have 10 body records,the 10th record should be the first record,9th record should be the second line,etc..
Hi friends if u don't mind i want one question What abt READ MULTIFILE COMPONENT? PLZ GIVE BRIEFLY?
I am having 10 records in i/p file,and i want to load only one record at a time to the output file.Then how can i do it?
how to create a new mfs file? where will we specify the number of partition eg 4 way ,8 way?
can any one help me now i am learning AB Inito but i don't have material and pdf's can any one provide pdf's to this mail id mohanraju0113@gmail.com thanks in advance...................................
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?
Why creation of temporary files depends on the value of MAX CORE
What is the DynamicScriptGeneration and what is the Use?