what is executable in DataStage?
Answers were Sorted based on User's Feedback
Answer / hanug
Datastage generates OSH script which is nothing but
executable code of the datastage.
| Is This Answer Correct ? | 2 Yes | 1 No |
i want job aborted after some records are loaded into output by using only sequential stage and dataset
What is the difference between orabulk and bcp stages?
why we use parameters instead of hard code in datastage
I/P --- ID Value 1 AB 2 ABC 3 ADE 4 A O/p --- ID Value 1 A 1 B 2 A 2 B 2 C 3 A 3 D 3 E 4 A
Hi Every one, I have a scenario plz suggest me 1)On daily we r getting some huge files data so all files metadata is same we have to load in to target table how we can load? 2) One column having 10 records at run time we have to send 5th and 6th record to target at run time how we can send? Hi plz help me for above scenarios and If any one is having JobSequence kindly send me one example and the scenario to my mail ID(nrvdwh@gmail.com)
WHAT ARE PERFORMANACE SETTINGS YOU HAVE IMPLEMENTES IN YOUR PROJECT?
What is a delta record? How you will read it?
Why do we use exception activity in Datastage?
what is parameterset?
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S
what is snow flack schema?
What is orabulk stage?