What are the partition techniques available in your last
project?



What are the partition techniques available in your last project?..

Answer / srinivas

Its purely based on stages witch we have used in the project and some times its depends on the data witch we have from source system.

Like if we use Sort,Aggregator stages will use key based partitions.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Data Stage Interview Questions

in datastage scenario this is sourec data i want this traget? tell me please? source target ------- ------- Mohan,Prasad,Naresh Mohan Prasad Naresh

1 Answers   IBM,


create a job that splits the data in the Jobs.txt file into four output files. You will direct the data to the different output files using constraints. • Job name: JobLevels • Source file: Jobs.txt • Target file 1: LowLevelJobs.txt &#8722; min_lvl between 0 and 25 inclusive. &#8722; Same column types and headings as Jobs.txt. &#8722; Include column names in the first line of the output file. &#8722; Job description column should be preceded by the string “Job Title:” and embedded within square brackets. For example, if the job description is “Designer”, the derived value is: “Job Title: [Designer]”. • Target file 2: MidLevelJobs.txt &#8722; min_lvl between 26 and 100 inclusive. &#8722; Same format and derivations as Target file 1. • Target file 3: HighLevelJobs.txt &#8722; min_lvl between 101 and 500 inclusive. &#8722; Same format and derivations as Target file 1. • Rejects file: JobRejects.txt &#8722; min_lvl is out of range, i.e., below 0 or above 500. &#8722; This file has only two columns: job_id and reject_desc. &#8722; reject_desc is a variable-length text field, maximum length 100. It should contain a string of the form: “Level out of range: <min_lvl>”, where <min_lvl> is the value in the min_lvl field. My Question is how do you write the stage variable for reject rows.

0 Answers   HCL,


Difference between sequential file and data set?

0 Answers  


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

3 Answers   IBM,


Difference between in process and inter process?

0 Answers  






How can we select pr retrieve the particular row in dataset by using orchadmin command?

1 Answers   IBM,


What is the differentiate between data file and descriptor file?

0 Answers  


what r the stages mostly used in realtime scenarios

4 Answers   HCL, IBM,


How do y read Sequential file from job control?

2 Answers   HP, IBM, Telesis,


What is ibm datastage flow designer?

0 Answers  


Tell me Wt main advantage of Stage varibles? Project level hints?

4 Answers   Hexaware,


Is there no issue when you try to convert a NOt null column in nullable and vice versa in aggregator styage and transformer stage? When I tried i got the warnings but in a running code I can see such type of scenarios. Please explain

2 Answers  


Categories