What is Is_defined(), Is_null(), Is_Blank()?
Answer / 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 |
How scientific data processing is different from commercial data processing?
i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do we make single a1b2c3d4 and 4 different rows a1, b2, c3,d4.
What is brodcasting and replicate?
What is a deadlock and how it occurs?
How can I run the 2 gui merge files?
What is publickey and private key?what is the use of this two keys?
How you can delete an object from a tag ? How to use in abinitio graph?
How will you use EME for view or publish metadata reports using EME?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?
. What is adhoc multifiles? How to use in abinitio graph?
What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.