Answer Posted / aditya
is_defined : Tests whether an expression results in a non-
NULL value.
Syn :long is_defined(expr)
is_null :Tests whether an expression results in a NULL
value.
Syntax : long is_null(expr)
is_blank : Tests whether a string contains only blank
characters.
Syntax : long is_blank(string str)
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
How to run a graph infinitely?
What is the max core of a component?
What is a partition and what are the different types of partition components in abinitio?
Mention what are the different types of parallelism used in abinitio?
Why is data processing considered beneficial?
How scientific data processing is different from commercial data processing?
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
What is the difference between sandbox and EME?
How does the bre work with the co>operating system?
How do you truncate a table?
what is the project environment(for each project the environment is same or different to different project)?
What is ab initio enterprise meta>environment (eme)?
Mention some ways for improving performance of a graph?
Pdl with an example?
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