Search found 42 matches

by lak4u
Wed Oct 07, 2009 11:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert 32bit hash file to 64 bit
Replies: 10
Views: 6544

Is your hashed file in an "account" or "pathed" into a specific directory? ... Posted: Wed Oct 07, 2009 11:24 am -------------------------------------------------------------------------------- Its a spacific directory like .. C:\Ascential\DataStage\Projects\Exp_Compliance_DEV\H...
by lak4u
Wed Oct 07, 2009 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert 32bit hash file to 64 bit
Replies: 10
Views: 6544

chulett wrote:Is your hashed file in an "account" or "pathed" into a specific directory? ...
Its a spacific directory like ..

C:\Ascential\DataStage\Projects\Exp_Compliance_DEV\Hash_Files\
by lak4u
Wed Oct 07, 2009 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert 32bit hash file to 64 bit
Replies: 10
Views: 6544

Did you create "hsh_Staging_3" as a local file in the project or as a pathed file. If the latter, you will need to make a local file pointer to that file. The "SETFILE" command will do this for you, f ... Thank you again. I am not clear about local file and pathed file.I really ...
by lak4u
Wed Oct 07, 2009 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert 32bit hash file to 64 bit
Replies: 10
Views: 6544

Did you create "hsh_Staging_3" as a local file in the project or as a pathed file. If the latter, you will need to make a local file pointer to that file. The "SETFILE" command will do this for you, f ... Thank you again. I am not clear about local file and pathed file.I really ...
by lak4u
Wed Oct 07, 2009 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert 32bit hash file to 64 bit
Replies: 10
Views: 6544

From the TCL command line or from your admin, execute "RESIZE YourHashedFile DYNAMIC 64BIT" ... Thank you very much, can I know the command? Itried with below.. "RESIZE hsh_Staging_3 DYNAMIC 64BIT" but got message like.. "Invalid file name ,sizing parameter,or option on com...
by lak4u
Wed Oct 07, 2009 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert 32bit hash file to 64 bit
Replies: 10
Views: 6544

convert 32bit hash file to 64 bit

Hi,

Can we convert 32bit hash file to 64bit? our server is on 32 bit windows
Please help

Thanks
by lak4u
Thu Aug 20, 2009 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH file error does not match expected blink
Replies: 4
Views: 2863

Re: HASH file error does not match expected blink

Hi, I have been with same error,can you please share how did you resolve this? Thanks HI, Can some one tell me what is this warning about? We are getting this for inserting data into HASH file. Computed blink of 0x890 does not match expected blink of 0x0! Detected within group starting at address 0x...
by lak4u
Thu Jul 23, 2009 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find any letter in string value
Replies: 3
Views: 2519

Find any letter in string value

Hi,

I need to Find any letter in string value

if I find @ in string value I have to put whole string in quots.
exaple: AB@DEF then "AB@DEF" else AB@DEF

but I couldn't find any FIND function which finds letter in String.

Please help


Thanks
by lak4u
Thu Jul 23, 2009 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel spreadsheet load
Replies: 3
Views: 1559

asorrell wrote:Easiest way is to use a Before Job ExecDos command to copy a csv file with five empty rows to the correct filename before you start your job. Then have your job append to the file instead of overwriting it.
Hi Andy and Craig

Thanks for your answer.
by lak4u
Wed Jul 22, 2009 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel spreadsheet load
Replies: 3
Views: 1559

Excel spreadsheet load

Hi,

I need to create .csv file but I need to leave first 5 rows as empty and load it from 6th row.How can I leave first 5 as empty rows?

Please help

Thanks
by lak4u
Mon Jun 08, 2009 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving from DataStage 8.1 to DataStage 7.5
Replies: 3
Views: 1613

ArndW wrote:DataStage is backwards-compatible, but not necessarily forwards-compatible. You can do an export in V8, then edit the .dsx file so that the header information shows the one required for V7 (I'm not a ...
Thanks for reply.Your message was missing,please send me again

thanks
by lak4u
Mon Jun 08, 2009 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving from DataStage 8.1 to DataStage 7.5
Replies: 3
Views: 1613

Moving from DataStage 8.1 to DataStage 7.5

I want to know if there is any why to move DataStage 8.1 projects to DataStage 7.5.

I know we can migrate from DataStage 7.5 to DataStage 8.x but I need rverse. Please le me know if anybody knows

Thanks in advance
by lak4u
Wed May 13, 2009 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regular Date To JulianDate
Replies: 11
Views: 4865

I don't have access to DS or the manuals, but I kind of doubt your 1900000 addition/subtraction - that number looks wrong. Where did you get that and are you certain it works? ... Thanks. I am not sure about this 1900000 but is showing currect result FOR JulianDateToDate I am able see currect resul...
by lak4u
Wed May 13, 2009 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regular Date To JulianDate
Replies: 11
Views: 4865

chulett wrote:Broken formatting tag, ignore it. Should have looked like this:

Code: Select all

OCONV(ICONV("2009-04-06","D4-YMD[4,2,2]") -1900000 ,"DJ")
...

I tried this.I got value "114"
by lak4u
Wed May 13, 2009 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regular Date To JulianDate
Replies: 11
Views: 4865

ArndW wrote:Have you tried the inverse function,

Code: Select all

OCONV(ICONV("2009-04-06","D4-YMD[4,2,2]")[b]-1900000[/b],"DJ")[code] ...[/quote]

I tried this and got value "114", I never used inverse function,can you please tellme the how to use this [code]?

Thaks