What is the version control how can i apply this in DataStage can any one tell me the anser
IBM,
4 24199hi iam new to this tooliam cmpltied to know abt datastage so now iam in project tell me whole step by step what iam doing iwnt to go with exp so plz hlp me pals
1844im new to this tool im now at project plz tell me step by step process how to design plz help me i wnt to go with exp for job plz give me d proper design and explination
2121can any 1 put a difference between datastage 7.5 and 8.0 all concepts plz r mail 2 me anu4u09@gmail.com
IBM,
4 8081In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.
IBM,
2 7644What is the diff between sort performed at sort stage and the stream sort performed at the input of few stages in DS Enterprise edition?
1 9828How to read multiple files at different directories using a single Sequential File stage in DS Enterprise Edition
TCS,
6 26198my soure table is emp having columns sal,deptno in the deptno 10,20,30deptno row are there expected out put is min(sal) of 10th deptno,max(sal) of 20th deptno,mean(sal) of 30th deptno using aggregation stage
4 8111
what is flow of project?
What is the precedence of stage variables,derivations, and constraints?
Differentiate between Join, Merge and Lookup stage?
What is merge stage?
What is a datastage job?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
Difference between ‘validated ok’ and ‘compiled’ in data stage?
Describe the architecture of datastage?
How can we improve performance of data stage jobs?
tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise
Define oconv () and iconv () functions in datastage?
Name the third party tools that can be used in datastage?
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
How do you reject records in a transformer?
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
− min_lvl between 0 and 25 inclusive.
− Same column types and headings as Jobs.txt.
− Include column names in the first line of the output file.
− 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
− min_lvl between 26 and 100 inclusive.
− Same format and derivations as Target file 1.
• Target file 3: HighLevelJobs.txt
− min_lvl between 101 and 500 inclusive.
− Same format and derivations as Target file 1.
• Rejects file: JobRejects.txt
− min_lvl is out of range, i.e., below 0 or above 500.
− This file has only two columns: job_id and reject_desc.
− reject_desc is a variable-length text field, maximum
length
100. It should contain a string of the form: “Level out of
range: