Search found 93 matches

by ashwin141
Tue May 30, 2006 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can i define metadata of file columns at run time.
Replies: 10
Views: 2664

Can i define metadata of file columns at run time.

Hi Anshuman

Well its possible if you are having rough idea about the source metadata. We did it using a Generic stage and Orchestrate operators. Though its a complex way of doing it. It can be done. But from I will suggest you should avoid this Metadata driven approach.

Regards
Ashwin
by ashwin141
Tue May 30, 2006 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe MVS File to SF/CFF stage. Values Incorrect
Replies: 4
Views: 4171

Mainframe MVS File to SF/CFF stage. Values Incorrect

Hi

Did you change the Data from EBCIDIC to ASCII while FTPing it to Unix box?
by ashwin141
Tue May 30, 2006 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non Nullable to Nullable using Modify stage
Replies: 8
Views: 4087

Re: Non Nullable to Nullable using Modify stage

Hi, I have a non nullable field in source. But in target this field is non nullable . I want to make it non nullable using modify stage. Currently this is achieved using transformer stage. Also if the value of the field in source is '' then i want to set it to null in target. I could find nullable ...
by ashwin141
Tue May 30, 2006 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variables in Parallel jobs
Replies: 7
Views: 3350

Environment variables in Parallel jobs

Are you specifying the schema name with the table name?
Did you check for APT_DBNAME?
by ashwin141
Tue May 30, 2006 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best practices for 2 consecutives transforms
Replies: 7
Views: 2131

Best practices for 2 consecutives transforms

Hi I will suggest that you should try avoiding the two transformers. Try implementing all the transformations in one transformer. If at all you can't avoid then I thing directly linking this transformer to next transformer will be better that using a stage between them and then linking it to second ...
by ashwin141
Fri May 26, 2006 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage shudular
Replies: 7
Views: 2292

You can possibly use

Cron Scheduler
Autosys or
Tivoli Job Scheduler.

Regards
Ashwin
by ashwin141
Fri May 26, 2006 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: efforts estimation in datastage
Replies: 10
Views: 3430

efforts estimation in datastage

Hi Deepak

We had created an Estimation Tool based on different parameters for Datastage Project Estimation. I can guide you about the parameters, but I am sorry the Tool can't be shared.

Regards
Ashwin
by ashwin141
Fri May 26, 2006 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Polish Charecter Nls Support
Replies: 15
Views: 6414

Polish Charecter Nls Support

Hi We faced a similar kind of problem while processing data for latin american countries. The solution which we implemented was using a job before we start the processing for converting UTF8 to ASCII and a job at the end before loading the data which converts this ASCII to UTF8 again. This helped us...
by ashwin141
Fri May 26, 2006 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file cf. data set
Replies: 4
Views: 1422

sequential file cf. data set

In sequential file you can read and write the data only sequentially, whereas if you are using a dataset you can read and write the data, parallely or sequentially. Default mode being Parallel. Datasets don't store the data like a sequential file at the specified physical location. They are normally...
by ashwin141
Fri May 26, 2006 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are the various parameters needed for ETL performance
Replies: 8
Views: 4166

Re: What are the various parameters needed for ETL performan

What are the various parameters needed for ETL performance Hi Vikas There are many parameters on which your ETL performance depends. I can list some of them here. The flexibility of the architecture. It shouldn't be tool dependent. Which database engine will be used for the transformations? What ha...
by ashwin141
Wed May 24, 2006 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I need help to create a sequential file with metadata
Replies: 9
Views: 5205

Hi Abhisek

You can manually create the table definition, or load the imported table definition. Please be specific about what exactly you want to know, so that we can help.

Regards
Ashwin
by ashwin141
Tue May 23, 2006 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Tutorial help
Replies: 3
Views: 1461

Hi

You can get ppts from Ascential(IBM) for Datastage EE also. Otherwise User Guide is the best option.


Regards
Ashwin
by ashwin141
Tue May 23, 2006 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Output Link - how to amend
Replies: 9
Views: 2550

Hi If you are trying to do this in PX then it is not possible. Sequentila file doesn't allow two links, as in one output and one input link. Though it can have a second reject link. Modify your job design and remove those sequential files. Directly funnel the two links. I hope it will solve your pro...
by ashwin141
Tue May 23, 2006 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Output Link - how to amend
Replies: 9
Views: 2550

Are you trying to do this in PX or Server?
by ashwin141
Tue May 23, 2006 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Testing the Job
Replies: 2
Views: 840

Hi Prashant As Andrw mentioned there is no specific answer to your question. Though one method which I have been using is taking 5 sample records in source and doing all kind of manipulations on them and checking if its giving the desired output or not. Other methods are using queries in MS access o...