Hi I am Vijay
In my source i've 10 records in a single column.... but i
want to split those records into 5 sequential files each
seq file contains 2 records.?.... can any body help me?
Answers were Sorted based on User's Feedback
Answer / parthiban
if u used the sorting pgogram it will sort the variables in
a 4th
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / harsha
U CAN TAKE COPY STAGE AND TAKE 5 SEQ.FILES AS A TARGETS.
IN COPY STAGE U CAN DRAG 2 RECORDS INTO EACH TARGET LINK.
THEN U GET EACH TARGET 2 RECORDS.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / pakkya
declare stage variable in transformer, increment variable
with every row read. have 5 outputs from transformer with
constraint to write rows 1,2...3,4...5,6...7,8...9,10
| Is This Answer Correct ? | 0 Yes | 4 No |
which dim, fact tables used in bank domain
How to read multiple files at different directories using a single Sequential File stage in DS Enterprise Edition
What are the third party tools you used in your project?
Unix Qn asked in datastage interview: I have diff type(.txt, .tmp, .bat etc) of file in 4 diff directories, I want move all '.txt' file from 4 directories to other folder. And need to delete all the files except which are created TODAY?
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?
How did you reconcile source with target?
what is parameterset?
Why we use parameters instead of hard code in datastage.
Is it possible to query a hash file?
What is the difference between validated and compiled in the datastage?
What is the Main difference between Lookup Failure and Lookup Not Met? Plz explain with Example.
Converting Vertical PIVOTing without using PIVOT stage in DataStage. Ex: DEPT_NO EMPNAME 10 Subhash 10 Suresh 10 sravs Output: DEPT_NO EMP1 EMP2 EMP3 10 subhash suresh sravs 2) How to implement Horizontal PIVOTing without using PIVOT stage.