What is dependent parameter ?
Answer / avijit
Any parameter which depends upon another parameter for it's value is called as dependent parameter.
That means the parameter can not be evaluated unless the parent parameter is resolved first.
Exemple :
$PROC_DATE : now()
$EXE_DATE : string_substring($PROC_DATE,1,8)
Here as you can see EXE_DATE depends on te PROC_DATE to be available first.
| Is This Answer Correct ? | 3 Yes | 0 No |
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
How to run the graph without GDE?
How you can create cross joined output using join component ?
What is difference between API
2 Answers CitiGroup, IBM, TCL,
How can you increase the number of ports of your output flow? What is the limit? Can i have 20 out ports?
What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?
Which component breaks the pipe line parallelism in graph?
Describe what the SQL Server tempdb and tlog files are used for?
State the working process of decimal_strip function?
) How can you count the total no .of records in the specified partition in the Multifile?
List out some of the air commands used in abintio?
Hi friends, i have input like below naresh 10,20 suresh 30,40 i want out put like naresh 10 naresh 20 suresh 30 suresh 40 please help me thank you