Sample stage is yet another development stage. It can have a single input link and any number of output links when operating in percent mode and have one o/p link when operating in period mode.
Something about DataStage, DataStage Administration, Job Designing,Developing, DataStage troubleshooting, DataStage Installation & Configuration, ETL, DataWareHousing, DB2, Teradata, Oracle and Scripting.
Thursday, January 02, 2014
Sample Stage in DataStage
Sample stage is yet another development stage. It can have a single input link and any number of output links when operating in percent mode and have one o/p link when operating in period mode.
Monday, December 23, 2013
How to Schedule Jobs and Sequencers via Datastage Scheduler
Datastage Native Job Scheduler
Datastage
includes a scheduling option, it does not have its own. DataStage doesn't
include a "scheduler" so leverages the underlying O/S. For UNIX that
means cron and a check of the crontab entries for the scheduling user
will have what you need. DataStage leverages cron for recurring
schedules and at for 'one off' schedules. For Windows, it uses
scheduled tasks of Windows.
From the operating system command line, logged in as the scheduling user, a "crontab -l" will list the scheduled jobs.
Thursday, December 19, 2013
Hash Files in DataStage
Guys, Sharing a nice & detailed information on HASH files, Its old but betterto know.
What Exactly Are Hash Files?
DataStage® Server Edition utilizes several different types of hash files. The default and most versatile type is a dynamic (more precisely a type 30) hash file. A hash file can simply be described as a file that distributes data throughout a pre-sized and space allocated file. Every row has to have a key to determine where the row will reside within the file. This key is run thru an algorithm (technically a hashing algorithm, hence the name) to determine the location in the file for the row. One and only one row can exist at a single location.
Thursday, December 12, 2013
Interview Questions : DataStage - self-3
100 If 1st and 8th record is duplicate then which will be skipped? Can you configure it?
101 How do you import and export datastage jobs? What is the file extension? (See each component while importing and exporting).
102 How do you rate yourself in DataStage?
103 Explain DataStage Architecture?
104 What is repository? What are the repository items?
105 What is difference between routine and transform?
106 When you write the routines?
Wednesday, December 11, 2013
A SQL Client Tool - TeraData Studio Express
Teradata Studio Express is a graphical Java program, developed on the Eclipse Rich Client Platform (RCP), that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc.
This is a nice tool which can connect many DBs like Aster database, DB2 for LUW, DB2 for i5/OS, DB2 for z/OS, Oracle, SQL Server, Generic JDBC connection and of course TeraData DB.
DataStage Scenario - Problem6
Goal : Get the count of Vowels in Columns
Input :
Akash Aggrawal
Priya Awasthi
Anil chahal
Diya Singh
Kashish Patel
Sunil Verma
Rashid Patel
Rashmi Arya
Gopal Joshi
Neha Tomar
Subscribe to:
Posts
(
Atom
)