Search found 3329 matches

by Sainath.Srinivasan
Mon Jul 18, 2005 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing Unix Shell Script
Replies: 8
Views: 1778

Look for rsh.
by Sainath.Srinivasan
Mon Jul 18, 2005 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Metastage to understand delivered Datastage project
Replies: 3
Views: 892

Did you check whether people are logged into MetaStage when you do this?
by Sainath.Srinivasan
Mon Jul 18, 2005 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort VS. AGGR
Replies: 4
Views: 1043

I agree with ArndW. The agg stage is best doing its job alone.
by Sainath.Srinivasan
Mon Jul 18, 2005 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to assign values to parameters in jobs
Replies: 7
Views: 1771

If all you want is to pass the input columns to output link columns, then you need not store in the parameter. Just link them to pass through.
by Sainath.Srinivasan
Mon Jul 18, 2005 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-value fields and strange output file format
Replies: 9
Views: 2975

Need more info. What kind of transformations you want?

Because you can flatten the multivalued fields in DataStage. But that will be based on the actions you wish to do in the fields.
by Sainath.Srinivasan
Sun Jul 17, 2005 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple input tables and one target table
Replies: 11
Views: 2573

Do think in separate links.
by Sainath.Srinivasan
Sun Jul 17, 2005 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calculation for new record based on multiple existingrecords
Replies: 3
Views: 750

You can reference the SQL server table itself.
by Sainath.Srinivasan
Sun Jul 17, 2005 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: From Hash file to loading Table
Replies: 9
Views: 1674

Write the result in a seq file. That will give you an idea of what is being passed into the target.
by Sainath.Srinivasan
Sun Jul 17, 2005 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Unix to Mainframes
Replies: 4
Views: 767

Roy,

From my experience, the mf people do not mind ftp-ing files to mf as they can manage better than Unix or Win.
by Sainath.Srinivasan
Sun Jul 17, 2005 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec DOS questions
Replies: 11
Views: 3027

Why can't you use a batch file? A solution given in this site is based upon the information you provide.
by Sainath.Srinivasan
Sun Jul 17, 2005 4:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple input tables and one target table
Replies: 11
Views: 2573

You can join them in source and use conditional logic before populating target.

But how do you wish to identify a 'change' in the tables?
by Sainath.Srinivasan
Sun Jul 17, 2005 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File size question
Replies: 5
Views: 1064

Did you create new hash files in both cases or was it the same hash file reused?
by Sainath.Srinivasan
Sat Jul 16, 2005 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BAPI Input parameters
Replies: 2
Views: 1166

That is the parameter value passed to the BAPI stage.
by Sainath.Srinivasan
Sat Jul 16, 2005 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data comparison with Mix Case alphabets
Replies: 9
Views: 1610

You can pass your source link value to the target to retain mixed case.