Search found 281 matches

by snassimr
Fri Sep 16, 2005 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hased file reading from different jobs
Replies: 5
Views: 1128

Hased file reading from different jobs

Hi !

I use JOB SEQUENCE design where I rn three jobs in parallel and all three jobs read from the same hash file .

I wonder if its ok and it not corrupt data ? How to improve perfomance of reading . Whats the sharing options ?
by snassimr
Thu Sep 15, 2005 1:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection Name Changing
Replies: 4
Views: 1326

I wonder if any way to change all ODBC connection names in project by any command ?
by snassimr
Wed Sep 14, 2005 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection Name Changing
Replies: 4
Views: 1326

Connection Name Changing

Hi !

I wonder if any way to change all ODBC connection names in project by any command ?

If I can insert Enviroment Variable directly to ODBC nam or only through JOB PARAMETER ?
by snassimr
Wed Sep 14, 2005 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Error
Replies: 7
Views: 1917

Use

PHONE.area_code : PHONE.prefix : PHONE.number
by snassimr
Wed Sep 14, 2005 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Char to Varchar convert
Replies: 8
Views: 14738

I need to read char ( in column metadata) as varchar from database
and get warning So its not the same for DS
by snassimr
Tue Sep 13, 2005 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Char to Varchar convert
Replies: 8
Views: 14738

Char to Varchar convert

Hi !

If any way to convert char to varchar inside DS ?
by snassimr
Wed Sep 07, 2005 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clean up resources option
Replies: 1
Views: 890

Clean up resources option

Hi !

The option of Clean up resources is greyed in Director.

Does anybody know what is the problem ?
by snassimr
Wed Sep 07, 2005 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COUNT Problem
Replies: 12
Views: 3135

Sorry , it working !

the both your codes .

But can you explane how to create UV table in Project Directory ?Or where to read about it ?
by snassimr
Wed Sep 07, 2005 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COUNT Problem
Replies: 12
Views: 3135

I get


Result = DataStage/SQL: Table "H_DW_DIM_FARMACY" does not exist.

THe hashed file not written as the UV table .

How to create UV table ?
by snassimr
Tue Sep 06, 2005 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COUNT Problem
Replies: 12
Views: 3135

Arg1 = H_DW_DIM_FARMACY

Test completed.


Result = Retrieve: syntax error. Unexpected sentence without filename. Token was "".
Scanned command was COUNT 'H_DW_DIM_FARMACY'

How to remove ' from Command . What is his char code ?
by snassimr
Tue Sep 06, 2005 12:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COUNT Problem
Replies: 12
Views: 3135

I dont understand what happen but still the name is quoted I get error with two your options: Result = Retrieve: syntax error. Unexpected sentence without filename. Token was "". Scanned command was COUNT 'H_DW_DIM_FARMACY' I need to get COUNT H_DW_DIM_FARMACY Have a nice day
by snassimr
Mon Sep 05, 2005 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COUNT Problem
Replies: 12
Views: 3135

I dont want to hardcode the hashfile name . I want to pass it to routine

So your option not suitable for me

Any ideas ?
by snassimr
Mon Sep 05, 2005 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COUNT Problem
Replies: 12
Views: 3135

COUNT Problem

Hi !

I need to run COUNT filename command without " in file name

COUNT HASH1

not

COUNT 'HASH1'

How to remove ' from command before I do DSExecute ?
by snassimr
Wed Aug 31, 2005 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count warnings and stop job
Replies: 13
Views: 4412

I have The "Add Job" only in Job not for Job sequence.

And in Job Control the code not editable.

Are you use usual Server Job to run other jobs ?
by snassimr
Wed Aug 31, 2005 4:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count warnings and stop job
Replies: 13
Views: 4412

Batch job is nothing but the code is written by DS when add a job in the jobcontrol
where i can see the code of batch ? Can I change it ? Is it good technique dont use the job sequence