Questions tagged [datastage]

DataStage is the ETL (Extract, Transform, Load) component of the IBM InfoSphere Information Server suite. It allows the user to integrate various data sources and targets in an enterprise environment as a GUI based client tool.

DataStage is the ETL (Extract, Transform, Load) component of the IBM InfoSphere Information Server suite. It allows the user to integrate various data sources and targets in an enterprise environment as a GUI based client tool. Data Sources/Targets could be database tables, flat files, datasets, csv files etc. Basic design paradigm consists of a unit of work called as DataStage job. Multiple jobs can be controlled and conditionally sequenced using 'Sequences'.

IBM® InfoSphere® DataStage® integrates data across multiple systems using a high performance parallel framework, and it supports extended metadata management and enterprise connectivity. The scalable platform provides more flexible integration of all types of data, including big data at rest (Hadoop-based) or in motion (stream-based), on distributed and mainframe platforms.

Read more here

InfoSphere DataStage provides these features and benefits:

  • Powerful, scalable ETL platform
  • Support for big data and Hadoop
  • Near real-time data integration
  • Workload and business rules management
  • Ease of use

Support for big data and Hadoop

  • Includes support for IBM InfoSphere BigInsights, Cloudera, Apache and Hortonworks Hadoop Distributed File System (HDFS).
  • Offers Balanced Optimization for Hadoop capabilities to push processing to the data and improve efficiency.
  • Supports big-data governance including features such as impact analysis and data lineage

Powerful, scalable ETL platform

  • Manages data arriving in near real-time as well as data received on a periodic or scheduled basis.

  • Provides high-performance processing of very large data volumes.

  • Leverages the parallel processing capabilities of multiprocessor hardware platforms to help you manage growing data volumes and shrinking batch windows.

  • Supports heterogeneous data sources and targets in a single job including text files, XML, ERP systems, most databases (including partitioned databases), web services, and business intelligence tools.

Near real-time data integration

  • Captures messages from Message Oriented Middleware (MOM) queues using Java Message Services (JMS) or WebSphere MQ adapters, allowing you to combine data into conforming operational and historical analysis perspectives.

  • Provides a service-oriented architecture (SOA) for publishing data integration logic as shared services that can be reused over the enterprise.

  • Can simultaneously support high-speed, high reliability requirements of transactional processing and the large volume bulk data requirements of batch processing.

Ease of use

  • Includes an operations console and interactive debugger for parallel jobs to help you enhance productivity and accelerate problem resolution.

  • Helps reduce the development and maintenance cycle for data integration projects by simplifying administration and maximizing development resources.

  • Offers operational intelligence capabilities, smart management of metadata and metadata imports, and parallel debugging capabilities to help enhance productivity when working with partitioned data.

507 questions
-1
votes
2 answers

How to make this simple .bat script on Windows Server 2012?

I try to run this simple script on Windows Serwer 2012, which works fine on Windows 7. For loop doesn't work, because parameter(%%A line of txt file) is not recognized in the statment. How I Can do this loop to works on Windows Server 2012? …
-1
votes
1 answer

Command to validate the connection between Datastage client and server

I am stuck in middle of a project where we are validating the installation of different softwares. My problem is that is there any proper commands for validating the connectivity between datastage client and server. Did some google and research but…
Deepu
  • 29
  • 1
  • 7
-1
votes
2 answers

Unix for Datastage

I have been working on Datastage for a while now. But Never got any chance to work on UNIX environment. I tried to search over the internet for some good learning resources of UNIX for Datastage, but didn't find any. Are there any good resources…
Tar.Ds
  • 11
  • 1
-1
votes
2 answers

found different MD5 hash value generated by java and datastage

I am trying to generate MD5 checksum value using java for a string "TREFFLAGDATAC000000EN", but for the same string the IBM InfoSphere DataStage is generating a differnt MD5 checksum value. Can anyone please direct me on how to generate the same MD5…
-1
votes
1 answer

Prevent script from outputitng status code

I wrote some ugly script of mine and besides giving me what I want in the output it also gives me the status code value. The script output is below. How do I prevent the script from showing that status code in the output?? P.S. I'll put the script…
Dennis
  • 3,537
  • 6
  • 45
  • 71
-1
votes
1 answer

DataStage 9.1 Parametric table name based in input file

i have to develop a 9.1 DataStage ETL process in which the same logic is applied to different input files, output table... Based on the read input file fileA, fileB, fileC, I have to perform my job on the respective tables i.e. tableA, tableB,…
Nko
  • 311
  • 6
  • 17
-1
votes
1 answer

Datastage.. I have a field which has the value say 59.0900..I want to convert it to 05909

I have a field which has the value say 59.0900..I want to convert it to 05909 Can somebody help me with that..Im working on datastage IBM infosphere
ramee
  • 47
  • 6
-2
votes
2 answers

Move files to sFTP

I gotta move a couple of files from our DataStage server directories to an outside sFTP, the connect has been set and i have HTTP URL, SFTP URL, user and password. Any idea how can I reach that in DataStage.
AGDiaz
  • 33
  • 4
-2
votes
1 answer

Datastage v9.1 - run user defined sql query file using odbc connector

I want to execute multiple lines of DDL and DML commands from a file in datastage. I have used the ODBC connector with the write mode selected as user defined SQL and the and the SQL statements are available in the file. But the connector stage is…
-2
votes
1 answer

How to use istool command in perl system() function

I am trying to put below command in perl system() function.But getting so many compilation errors (syntax). ./istool export -domain serviceshost:9080 -u dsadm -p password -ar test.isx -pre -ds '-base="ENGINEHOST/Dev_Project" Jobs/Batch/\*.*' I was…
-3
votes
1 answer

Parallel Shared Container in datastage Job

I created a Datastage Parallel job with Parallel Shared Container. The job was working fine. I did not make any change to the job. Suddenly the job has started failing with below error since 1 day: main_program: Failed to create collation sequence…
-3
votes
1 answer

ETL Programming Methodology

Data Stage Methodological development at all projects that i took place was by a principle of Keep It Simple. That meens that every job contain as less sources/targets for a maintenance in the future will be very easy and simple. I noticed that in…
Sara
  • 19
  • 5
1 2 3
33
34