Search found 93 matches

by ashwin141
Tue Jul 25, 2006 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Empty Date field Export to Seq File
Replies: 10
Views: 4941

Re: Empty Date field Export to Seq File

I am converting some date fields from our default of 1900-01-01 to the empty string (''). I am writing them out to a sequential stage with a datatype of date nullable and a format of %dd/%mm/%yyyy. They are beng written to the file as **********. I used to do a SetNull on the fields but thought mak...
by ashwin141
Tue Jul 25, 2006 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Backup and recovery on failure
Replies: 3
Views: 2131

Backup and recovery on failure

Hi
You can take the backup of your jobs by using the import/export facility in Datastage Manager.

Regards
Ashwin
by ashwin141
Tue Jul 25, 2006 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we achieve version control in DSPX
Replies: 11
Views: 4828

Can we achieve version control in DSPX

You can do version control in datastage using Datastage Version Controller.

Regards
Ashwin
by ashwin141
Fri Jul 21, 2006 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet Vs Database
Replies: 2
Views: 942

DataSet Vs Database

Hi

If you are talking about the reference file for you lookup then I think, Datasets will be better than Database. You can even go for Lookup Fileset as Reference files for your lookups.

Regards
Ashwin
by ashwin141
Fri Jul 21, 2006 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion in MVS
Replies: 5
Views: 1471

Date Conversion in MVS

Hi Can somebody please guide me that what will be the simplest way of converting a Date from ccyy-mm-dd format to dd-mon-yy format. For example 2006-02-12 as 12-feb-06. It can be done in transformer, using some stage variables and if-else loop, I wish to know if there is any function or combination ...
by ashwin141
Fri Jun 23, 2006 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Modifying proteted jobs
Replies: 4
Views: 1125

Modifying proteted jobs

First check if the project is a protected one, this you can check in Administrator client.
Administrator or root user can unprotect a protected project. You can do this and then make the changes.


Regards
Ashwin
by ashwin141
Fri Jun 02, 2006 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File Structure
Replies: 16
Views: 8934

In sequential file stage, check Options you can find Schema file. You can give the path and name of the file which holds the schema.
Example is

record (
empname:string[255];
address1:nullable string[255];
address2:nullable string[255];
deptno:int32
)


Hope it helps.

Regards
Ashwin
by ashwin141
Fri Jun 02, 2006 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can someone explain me the datastage architecture clearly?
Replies: 9
Views: 6672

About Datastage Architecture- It follows Client and Server Architecure Client Components - designer, director, administrator and manager Server Components - DS Engine, Repository and Package Installer To capture data change - you have to use ChangeCapture and ChangeCapureApply Stages SCD can be impl...
by ashwin141
Fri Jun 02, 2006 3:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to load column metadata into sequential file target
Replies: 4
Views: 1050

Yeah Kumar you are right.

But the column name eno, ename, sal create some confusion and the way its writen in source and target.

eno ename sal
1 a 100
2 b 200
3 c 300


eno number 10
ename char 2
sal number 10

Regards
Ashwin
by ashwin141
Thu Jun 01, 2006 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal : node_node1: Player 2 terminated unexpectedly.
Replies: 34
Views: 58683

Hi Cetin

I had faced something similar. Though I am not sure about the exact reason for this error. It may have something to do with the disk (resource and scratch) space.

Regards
Ashwin
by ashwin141
Thu Jun 01, 2006 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a shared container
Replies: 5
Views: 2066

It will be easy for us to help you if you can explain in brief what exactly is the problem.

Regards
Ashwin
by ashwin141
Thu Jun 01, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a shared container
Replies: 5
Views: 2066

Hi Chandra

I think you should go through user guide and read about shared container creation. Also search the forum for shared container, you will find many posts.

Regards
Ashwin
by ashwin141
Wed May 31, 2006 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe FTP to DSEE in AIX
Replies: 3
Views: 2127

Try NDM from Mainframe to Unix Box. I guess it may help you.
by ashwin141
Wed May 31, 2006 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Broken Named Pipes
Replies: 1
Views: 1521

Broken Named Pipes

I think that you should ensure that you are defining the right metadata, and that you are not attempting to create data bigger than what your field length is. Check what you did in your transformer stages.
by ashwin141
Tue May 30, 2006 8:11 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.

I am sorry about that, didn't see the job type :oops:

My Apologies.

Ashwin