Search found 70 matches

by Shree0410
Tue Jun 27, 2006 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to execute more commands in the Before/After Job routine
Replies: 4
Views: 2136

How to execute more commands in the Before/After Job routine

Hi all,

If I want to execute multiple commands on the Before or the After job routines, for example if I want to execute 2 commands in the before job routine like 'delete a file from a directory' and also cat 2 or 3 files to make a single file, how can I do this.

thanks guyz
by Shree0410
Wed Jun 21, 2006 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate a Sequential file with a header and footer??
Replies: 14
Views: 4025

3 jobs, the one that creats header, should be a 'overwrite' of the file, means new and the one that extracts data from table will be second in the sequence which appends and then the third one that writes the trailer will be the last in the sequence that should also append
by Shree0410
Wed Jun 21, 2006 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to see for the Environment variable defined for project
Replies: 2
Views: 878

sorry guyz, i got it

somehow I was confused for a second and posted this even though i did this before, memory blank i guess.
by Shree0410
Wed Jun 21, 2006 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create the Stage editor Object?
Replies: 6
Views: 10155

I am off the designer and then logged in again, now I don't have this problem.
by Shree0410
Wed Jun 21, 2006 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create the Stage editor Object?
Replies: 6
Views: 10155

Unable to create the Stage editor Object?

I was executing some samplejobs to see the data quality, the input file has just one row and I am writing this to a output file. The job is well compiled and run, but after I checked the result, I clicked on the Job parameters and I get the pop-up as 'Unable to create the Stage editor object', why d...
by Shree0410
Mon Jun 19, 2006 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conection to be established between Ms Access and DataStage
Replies: 6
Views: 1486

Can I establish the connection bwtween Ms Access and DataStage directly using the DSN, user name and password to the database?

What are the constraints/limitations to this approach?
by Shree0410
Mon Jun 19, 2006 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conection to be established between Ms Access and DataStage
Replies: 6
Views: 1486

I end up in more confusion
by Shree0410
Mon Jun 19, 2006 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to supress leading Zeros
Replies: 7
Views: 3389

How to supress leading Zeros

I have a column of lenth 10 which could possible have leading zeroes.

How can I supress the leading zeros. I worked this out by checked byte by byte accross the 10 bytes, but us there is a masking function that I can use?

Thanks for the help
by Shree0410
Mon Jun 19, 2006 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conection to be established between Ms Access and DataStage
Replies: 6
Views: 1486

Conection to be established between Ms Access and DataStage

We are running DS 7.0 on AIX and I have a situation to conenct to a Microsoft Access database on a Windows server.

Please tell me how I can achieve this.