What is the DynamicScriptGeneration and what is the Use?
Answers were Sorted based on User's Feedback
Answer / ramana
DSG is a feature of CO>OP 2.14 or higher that gives you thr option of running the graph without having to deploy it from GDE.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / raje0303
DynamicScriptGeneration provides you to run the graphs using component folding feature.
| Is This Answer Correct ? | 0 Yes | 0 No |
List the various vector functions used in ab initio with syntax.
what is the output when -1 is put in select_expr of FBE?
Hi friends i have 3 input files 1 is country file(cid,cname) 2 is State file(cid,sname) 3 is populate file(pid,sid,Adress) I want (cname & total poplation) how i can get the output please help me Thank you
What is the syntax for m_dump in abinitio?
Can sorting and storing be done through single software or you need different for these approaches?
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
What are the different types of partition components in abinitio?
List out some of the air commands used in abintio?
How can you connect eme to abinitio server?
If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
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..