what is environment variables and parameters?
Answer / anonymous
the parameters starting with AI are the environment variables.
you can find the same by firing the below query:
ls -lrt | grep AI
| Is This Answer Correct ? | 0 Yes | 0 No |
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
How do we extract data from client machine?
What is a local lookup?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
What is the language used in Ab Initio ?
Describe in detail about lookup?
How transaction file different from that of a sort file?
How to create project (public,private,common,client) what are the differences between them?
What is rollup component?
what is the difference between the .dbc and .cfg extensions and give any clear information ?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio
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?