SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Vibrant Technologies
& Computers
datastage COURSE
Make Career With Us!!
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Introduction
A data stage is basically a tool that is used to design, develop and execute
various applications to fill multiple tables in data warehouse or data marts.
It is a program for Windows servers that extracts data from databases and
change them into data warehouses. It has become an essential part of IBM
What is the difference between Compiled and ‘Validated Ok’ in Data
Stage?
-Validating a job is all about running the job in ‘Check only’ mode.
-The checks that will perform are been as follows :
- The connections are established to data sources or data warehouse
- The SELECT statements are prepared
- Intermediate files are opened in Hashed file, UniVerse or ODBC stages
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Datastage has numerous data types, easy metadata management and
dedicated OSH to run high data volume jobs in a reduced timeframe. Because
of its underlying parallelism feature the ETL transformation which consumes
more hardware resources and considerable time frame in other environment
will show a remarkable improvement in both resources and time when
implemented in DS. The tool provides full integration facilities to the file
servers like Linux, UNIX, hadoop and well proven scripting languages like
SHELL, PERL etc
Also its provides separate interface for web based java and
even chains web service and XML.
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Look at the course content
DataStage Architecture
DataStage Clients
Designer
Director
Administrator
DataStage Workflow
Types of DataStage Job
Parallel Jobs
Server Jobs
Job Sequences
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Setting up DataStage Environment
DataStage Administrator Properties
Defining Environment Variables
Importing Table Definitions
Creating Parallel Jobs
Design a simple Parallel job in Designer
Compile your job
Run your job in Director
View the job log
Command Line Interface (dsjob)
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Accessing Sequential Data
Sequential File stage
Data Set stage
Complex Flat File stage
Create jobs that read from and write to
sequential files
Read from multiple files using file patterns
Use multiple readers
Null handling in Sequential File Stage
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Platform Architecture
Describe parallel processing architecture Describe pipeline & partition
parallelism
List and describe partitioning and collecting algorithms
Describe configuration files
Explain OSH & ScoreDescribe parallel processing architecture Describe
pipeline & partition parallelism
List and describe partitioning and collecting algorithms
Describe configuration files
Explain OSH & Score
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Combining Data
Combine data using the Lookup stage
Combine data using merge stage
Combine data using the Join stage
Combine data using the Funnel stage
Sorting and Aggregating Data
Sort data using in-stage sorts and Sort stage
Combine data using Aggregator stage
Remove Duplicates stage
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Transforming Data
Understand ways DataStage allows you to
transform data
Create column derivations using userdefined
code and system functions
Filter records based on business criteria
Control data flow based on data conditions
Repository Functions
Perform a simple Find
Perform an Advanced Find Perform an impact
analysis
Compare the differences between two Table
Definitions and Jobs.
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Some interview questions
What steps should be taken to improve Datastage jobs?
In order to improve performance of Datastage jobs, we have to first establish
the baselines. Secondly, we should not use only one flow for performance
testing. Thirdly, we should work in increment. Then, we should evaluate data
skews. Then we should isolate and solve the problems, one by one. After
that, we should distribute the file systems to remove bottlenecks, if any. Also,
we should not include RDBMS in start of testing phase. Last but not the least,
we should understand and assess the available tuning knobs.
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Differentiate between Join, Merge and Lookup stage?
All the three concepts are different from each other in the way they
use the memory storage, compare input requirements and how they
treat various records. Join and Merge needs less memory as
compared to the Lookup stage.
Explain Quality stage?
Quality stage is also known as Integrity stage. It
assists in integrating different types of data
from various sources.
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Define Job control?
Job control can be best performed by using Job Control Language (JCL). This
tool is used to execute multiple jobs simultaneously, without using any kind
of loop.
Differentiate between Symmetric Multiprocessing and Massive Parallel
Processing?
n Symmetric Multiprocessing, the hardware resources are shared by processor.
The processor has one operating system and it communicates through shared
memory. While in Massive Parallel processing, the processor access the
hardware resources exclusively.
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
What are the steps required to kill the job in Datastage?
To kill the job in Datasatge, we have to kill the respective processing ID.
Differentiate between validated and Compiled in the
Datastage?
In Datastage, validating a job means, executing a job. While validating,
the Datastage engine verifies whether all the required properties are
provided or not. In other case, while compiling a job, the Datastage
engine verifies that whether all the given properties are valid or not.
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Define APT_CONFIG in Datastage?
It is the environment variable that is used to identify the *.apt file in Datastage.
It is also used to store the node information, disk storage information and
scratch information.
Define Repository tables in Datastage?
In Datastage, the Repository is another name for a data warehouse. It
can be centralized as well as distributed.
B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
datastagetraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
datastagetraining.vibranttechnologies.co.in
Where to Get More Information
Vibrant Group:
www.vibrantgroup.co.in
Vibrant Technologies & Computers
www.vibranttechnologies.co.in/technologies.vibrantgroup.co.
in
Vibrant HR Team
www.hr.vibrangroup.co.in

Weitere Àhnliche Inhalte

Ähnlich wie Datastage Course & Career Guide

Bharath Kesana Selinium Automation Tester
Bharath Kesana Selinium Automation TesterBharath Kesana Selinium Automation Tester
Bharath Kesana Selinium Automation TesterBharath Kesana
 
Sandip.Basak_Resume_9804277207_PT
Sandip.Basak_Resume_9804277207_PTSandip.Basak_Resume_9804277207_PT
Sandip.Basak_Resume_9804277207_PTSandip Basak
 
Prashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 YrsPrashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 YrsPrashant Patil
 
Resume Manoj Kumar M
Resume Manoj Kumar MResume Manoj Kumar M
Resume Manoj Kumar MManoj Kumar
 
Ramachandra_Reddy_Resume_2015
Ramachandra_Reddy_Resume_2015Ramachandra_Reddy_Resume_2015
Ramachandra_Reddy_Resume_2015Ramchandra Reddy
 
Naveen_Naik
Naveen_NaikNaveen_Naik
Naveen_NaikNaveen Naik
 
Imran_SAP_BI_BW_BODS_RESUME
Imran_SAP_BI_BW_BODS_RESUMEImran_SAP_BI_BW_BODS_RESUME
Imran_SAP_BI_BW_BODS_RESUMEIMRAN KHAN
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperKarthik Reddy
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperKarthik Reddy
 
Soa Test Methodology
Soa Test MethodologySoa Test Methodology
Soa Test MethodologyDiwakar Venkata
 
MSBI Interview Questions And Answers | MSBI Certification Training | Edureka
MSBI Interview Questions And Answers | MSBI Certification Training | EdurekaMSBI Interview Questions And Answers | MSBI Certification Training | Edureka
MSBI Interview Questions And Answers | MSBI Certification Training | EdurekaEdureka!
 
Ganesh profile
Ganesh profileGanesh profile
Ganesh profileGanesh Kamble
 
Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016vishal agarwal
 
Richa_Profile
Richa_ProfileRicha_Profile
Richa_ProfileRicha Sharma
 
Prateek sharma etl_datastage_exp3.9yrs_resume
Prateek sharma etl_datastage_exp3.9yrs_resumePrateek sharma etl_datastage_exp3.9yrs_resume
Prateek sharma etl_datastage_exp3.9yrs_resumePrateek Sharma
 

Ähnlich wie Datastage Course & Career Guide (20)

Bharath Kesana Selinium Automation Tester
Bharath Kesana Selinium Automation TesterBharath Kesana Selinium Automation Tester
Bharath Kesana Selinium Automation Tester
 
Sandip.Basak_Resume_9804277207_PT
Sandip.Basak_Resume_9804277207_PTSandip.Basak_Resume_9804277207_PT
Sandip.Basak_Resume_9804277207_PT
 
Biswanath mukherjee
Biswanath mukherjeeBiswanath mukherjee
Biswanath mukherjee
 
Biswanath mukherjee
Biswanath mukherjeeBiswanath mukherjee
Biswanath mukherjee
 
Prashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 YrsPrashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 Yrs
 
Resume Manoj Kumar M
Resume Manoj Kumar MResume Manoj Kumar M
Resume Manoj Kumar M
 
Ramachandra_Reddy_Resume_2015
Ramachandra_Reddy_Resume_2015Ramachandra_Reddy_Resume_2015
Ramachandra_Reddy_Resume_2015
 
Prashant Kumar
Prashant KumarPrashant Kumar
Prashant Kumar
 
Naveen_Naik
Naveen_NaikNaveen_Naik
Naveen_Naik
 
Imran_SAP_BI_BW_BODS_RESUME
Imran_SAP_BI_BW_BODS_RESUMEImran_SAP_BI_BW_BODS_RESUME
Imran_SAP_BI_BW_BODS_RESUME
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
 
Nagender_Resume (2)
Nagender_Resume (2)Nagender_Resume (2)
Nagender_Resume (2)
 
Soa Test Methodology
Soa Test MethodologySoa Test Methodology
Soa Test Methodology
 
MSBI Interview Questions And Answers | MSBI Certification Training | Edureka
MSBI Interview Questions And Answers | MSBI Certification Training | EdurekaMSBI Interview Questions And Answers | MSBI Certification Training | Edureka
MSBI Interview Questions And Answers | MSBI Certification Training | Edureka
 
Resume
ResumeResume
Resume
 
Ganesh profile
Ganesh profileGanesh profile
Ganesh profile
 
Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016
 
Richa_Profile
Richa_ProfileRicha_Profile
Richa_Profile
 
Prateek sharma etl_datastage_exp3.9yrs_resume
Prateek sharma etl_datastage_exp3.9yrs_resumePrateek sharma etl_datastage_exp3.9yrs_resume
Prateek sharma etl_datastage_exp3.9yrs_resume
 

Mehr von VibrantGroup

Zend training-course-navi-mumbai-zend-course-provider-navi-mumbai
Zend training-course-navi-mumbai-zend-course-provider-navi-mumbaiZend training-course-navi-mumbai-zend-course-provider-navi-mumbai
Zend training-course-navi-mumbai-zend-course-provider-navi-mumbaiVibrantGroup
 
Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...VibrantGroup
 
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...VibrantGroup
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiVibrantGroup
 
Shell Scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell Scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...Shell Scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell Scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...VibrantGroup
 
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbaiOracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbaiVibrantGroup
 
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbaiNetbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbaiVibrantGroup
 
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiMainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiVibrantGroup
 
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...VibrantGroup
 
Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...
Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...
Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...VibrantGroup
 
Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai...
Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai...Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai...
Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai...VibrantGroup
 

Mehr von VibrantGroup (11)

Zend training-course-navi-mumbai-zend-course-provider-navi-mumbai
Zend training-course-navi-mumbai-zend-course-provider-navi-mumbaiZend training-course-navi-mumbai-zend-course-provider-navi-mumbai
Zend training-course-navi-mumbai-zend-course-provider-navi-mumbai
 
Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...
 
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 
Shell Scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell Scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...Shell Scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell Scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
 
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbaiOracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
 
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbaiNetbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
 
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiMainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
 
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
 
Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...
Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...
Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...
 
Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai...
Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai...Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai...
Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai...
 

KĂŒrzlich hochgeladen

Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
call girls in Kamla Market (DELHI) 🔝 >àŒ’9953330565🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Kamla Market (DELHI) 🔝 >àŒ’9953330565🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Kamla Market (DELHI) 🔝 >àŒ’9953330565🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Kamla Market (DELHI) 🔝 >àŒ’9953330565🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
HỌC TỐT TIáșŸNG ANH 11 THEO CHÆŻÆ NG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIáșŸT - Cáșą NĂ...
HỌC TỐT TIáșŸNG ANH 11 THEO CHÆŻÆ NG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIáșŸT - Cáșą NĂ...HỌC TỐT TIáșŸNG ANH 11 THEO CHÆŻÆ NG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIáșŸT - Cáșą NĂ...
HỌC TỐT TIáșŸNG ANH 11 THEO CHÆŻÆ NG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIáșŸT - Cáșą NĂ...Nguyen Thanh Tu Collection
 
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)lakshayb543
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 

KĂŒrzlich hochgeladen (20)

Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
call girls in Kamla Market (DELHI) 🔝 >àŒ’9953330565🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Kamla Market (DELHI) 🔝 >àŒ’9953330565🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Kamla Market (DELHI) 🔝 >àŒ’9953330565🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Kamla Market (DELHI) 🔝 >àŒ’9953330565🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
HỌC TỐT TIáșŸNG ANH 11 THEO CHÆŻÆ NG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIáșŸT - Cáșą NĂ...
HỌC TỐT TIáșŸNG ANH 11 THEO CHÆŻÆ NG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIáșŸT - Cáșą NĂ...HỌC TỐT TIáșŸNG ANH 11 THEO CHÆŻÆ NG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIáșŸT - Cáșą NĂ...
HỌC TỐT TIáșŸNG ANH 11 THEO CHÆŻÆ NG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIáșŸT - Cáșą NĂ...
 
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 

Datastage Course & Career Guide

  • 1. Vibrant Technologies & Computers datastage COURSE Make Career With Us!! B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
  • 2. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Introduction A data stage is basically a tool that is used to design, develop and execute various applications to fill multiple tables in data warehouse or data marts. It is a program for Windows servers that extracts data from databases and change them into data warehouses. It has become an essential part of IBM What is the difference between Compiled and ‘Validated Ok’ in Data Stage? -Validating a job is all about running the job in ‘Check only’ mode. -The checks that will perform are been as follows : - The connections are established to data sources or data warehouse - The SELECT statements are prepared - Intermediate files are opened in Hashed file, UniVerse or ODBC stages
  • 3. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Datastage has numerous data types, easy metadata management and dedicated OSH to run high data volume jobs in a reduced timeframe. Because of its underlying parallelism feature the ETL transformation which consumes more hardware resources and considerable time frame in other environment will show a remarkable improvement in both resources and time when implemented in DS. The tool provides full integration facilities to the file servers like Linux, UNIX, hadoop and well proven scripting languages like SHELL, PERL etc
Also its provides separate interface for web based java and even chains web service and XML.
  • 4. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Look at the course content DataStage Architecture DataStage Clients Designer Director Administrator DataStage Workflow Types of DataStage Job Parallel Jobs Server Jobs Job Sequences
  • 5. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Setting up DataStage Environment DataStage Administrator Properties Defining Environment Variables Importing Table Definitions Creating Parallel Jobs Design a simple Parallel job in Designer Compile your job Run your job in Director View the job log Command Line Interface (dsjob)
  • 6. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Accessing Sequential Data Sequential File stage Data Set stage Complex Flat File stage Create jobs that read from and write to sequential files Read from multiple files using file patterns Use multiple readers Null handling in Sequential File Stage
  • 7. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Platform Architecture Describe parallel processing architecture Describe pipeline & partition parallelism List and describe partitioning and collecting algorithms Describe configuration files Explain OSH & ScoreDescribe parallel processing architecture Describe pipeline & partition parallelism List and describe partitioning and collecting algorithms Describe configuration files Explain OSH & Score
  • 8. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Combining Data Combine data using the Lookup stage Combine data using merge stage Combine data using the Join stage Combine data using the Funnel stage Sorting and Aggregating Data Sort data using in-stage sorts and Sort stage Combine data using Aggregator stage Remove Duplicates stage
  • 9. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Transforming Data Understand ways DataStage allows you to transform data Create column derivations using userdefined code and system functions Filter records based on business criteria Control data flow based on data conditions Repository Functions Perform a simple Find Perform an Advanced Find Perform an impact analysis Compare the differences between two Table Definitions and Jobs.
  • 10. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Some interview questions What steps should be taken to improve Datastage jobs? In order to improve performance of Datastage jobs, we have to first establish the baselines. Secondly, we should not use only one flow for performance testing. Thirdly, we should work in increment. Then, we should evaluate data skews. Then we should isolate and solve the problems, one by one. After that, we should distribute the file systems to remove bottlenecks, if any. Also, we should not include RDBMS in start of testing phase. Last but not the least, we should understand and assess the available tuning knobs.
  • 11. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Differentiate between Join, Merge and Lookup stage? All the three concepts are different from each other in the way they use the memory storage, compare input requirements and how they treat various records. Join and Merge needs less memory as compared to the Lookup stage. Explain Quality stage? Quality stage is also known as Integrity stage. It assists in integrating different types of data from various sources.
  • 12. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Define Job control? Job control can be best performed by using Job Control Language (JCL). This tool is used to execute multiple jobs simultaneously, without using any kind of loop. Differentiate between Symmetric Multiprocessing and Massive Parallel Processing? n Symmetric Multiprocessing, the hardware resources are shared by processor. The processor has one operating system and it communicates through shared memory. While in Massive Parallel processing, the processor access the hardware resources exclusively.
  • 13. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in What are the steps required to kill the job in Datastage? To kill the job in Datasatge, we have to kill the respective processing ID. Differentiate between validated and Compiled in the Datastage? In Datastage, validating a job means, executing a job. While validating, the Datastage engine verifies whether all the required properties are provided or not. In other case, while compiling a job, the Datastage engine verifies that whether all the given properties are valid or not.
  • 14. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Define APT_CONFIG in Datastage? It is the environment variable that is used to identify the *.apt file in Datastage. It is also used to store the node information, disk storage information and scratch information. Define Repository tables in Datastage? In Datastage, the Repository is another name for a data warehouse. It can be centralized as well as distributed.
  • 15. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 datastagetraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in datastagetraining.vibranttechnologies.co.in Where to Get More Information Vibrant Group: www.vibrantgroup.co.in Vibrant Technologies & Computers www.vibranttechnologies.co.in/technologies.vibrantgroup.co. in Vibrant HR Team www.hr.vibrangroup.co.in