Search found 42 matches

by sathishmca
Tue Oct 21, 2008 12:01 am
Forum: General
Topic: where the job logs getting stored
Replies: 11
Views: 4359

I have used the following procedures to clear log files. I am using DataStage V8.0.1. - Logon on to the administrator client for the domain - Select the Projects tab - Select the project containing the log file - Select the command button - In the command window; enter the following command - 'CLEA...
by sathishmca
Mon Oct 20, 2008 6:15 am
Forum: General
Topic: where the job logs getting stored
Replies: 11
Views: 4359

where the job logs getting stored

Hi all,

I need help on the following,

Where the job logs getting stored in UNIX server and how to clear the logs via UNIX server instead of using Datastage director/clear log?

Thanks in Advance.

Regards,
Sathish Bhojan
by sathishmca
Sat Oct 18, 2008 3:39 am
Forum: General
Topic: Updating a record in sequential file
Replies: 6
Views: 2421

Updating a record in sequential file

Hi any one can you help me that i need to update a record in sequential file.

Ex:

existing record : 1 aa
new record from source is 1 bb

Now i need to update existing record(1 aa) should be change as (1 bb).

Thanks in advance..
by sathishmca
Mon Sep 29, 2008 12:53 am
Forum: General
Topic: to trim 1th char
Replies: 4
Views: 1894

Re: Thanks

Hi ray,

Any other functions to achive this quit easier than what u gave before?
by sathishmca
Mon Sep 29, 2008 12:44 am
Forum: General
Topic: to trim 1th char
Replies: 4
Views: 1894

Thanks

ray.wurlod wrote:

Code: Select all

If Left(InLink.TheString,1) = "0" Then Right(InLink.TheString,6) Else InLink.TheString
What is to happen if the first character is non-zero? You did not includ ...
Thaks ray.wurlod..What you have written is correct.If its non zero means can move same as the source.
by sathishmca
Mon Sep 29, 2008 12:29 am
Forum: General
Topic: to trim 1th char
Replies: 4
Views: 1894

to trim 1th char

Hi to all,

I have a data with 7 characters.i need to remove 1st character if it is 0.

Ex:

0123456 ---> 123456
0012345 ---> 012345

Could you please suggest me some tips?
by sathishmca
Thu Jul 10, 2008 10:43 pm
Forum: General
Topic: Apologies for using non standard words
Replies: 4
Views: 1237

Thanks kduke.. I have 6 months of experience in Datastage..I would like to do a certification in datastage.Can i able to do? There are a lot of posters whose primary language is not English. Keep asking questions. Keep trying to improve and we will gladly help fill in the gaps in your English as wel...
by sathishmca
Thu Jul 10, 2008 3:41 am
Forum: General
Topic: Apologies for using non standard words
Replies: 4
Views: 1237

Apologies for using non standard words

Hi,

Thanks for your information. Sorry for used the non standard words.Sorry again.
by sathishmca
Thu Jul 10, 2008 1:38 am
Forum: General
Topic: Certification in Datastage
Replies: 3
Views: 1317

Any other certification in Datastage

Can you say what are all the certifications there regarding datastage?

ray.wurlod wrote:There is no certification presently available for Server Edition.

Nor is there any planned, last we heard, though never say never. ...
by sathishmca
Thu Jul 10, 2008 1:32 am
Forum: General
Topic: Certification in Datastage
Replies: 3
Views: 1317

Certification in Datastage

Hi friends,

I am working in Datastage server jobs,i have 6 months exp.Can any one elp me regarding where to apply and how to apply?Thanks in advance.
by sathishmca
Tue Mar 04, 2008 6:17 am
Forum: General
Topic: Which one is efficient join or merge or lookup stage
Replies: 1
Views: 853

Which one is efficient join or merge or lookup stage

What r all the different situation we need to use join,merge and lookup?
by sathishmca
Tue Mar 04, 2008 4:44 am
Forum: General
Topic: Which one is efficient join or merge or lookup stage
Replies: 3
Views: 1734

Which one is efficient join or merge or lookup stage

Could any one tell me the efficiency of join,megre and lookup in parallel jobs.