Search found 16 matches

by sanjayS
Wed Dec 07, 2011 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of File Pattern in Sequential File
Replies: 2
Views: 1572

Usage of File Pattern in Sequential File

Hi All,

Is it possible to read and funnel data in sequential file having set
Read Method as "File Pattern" and using .ds and .txt files (having same metadata) ..

Thanks,
Sai.
by sanjayS
Mon Dec 05, 2011 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to search a particular record/row in a Dataset
Replies: 3
Views: 2627

If you know the particular record you want, you can search using the Find option which appears once dataset is opened.

Thanks,
Sanjay.
by sanjayS
Mon Dec 05, 2011 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view all records from sequential file
Replies: 20
Views: 9773

can you able to see all records in Source sequential file using View Data?

Thanks,
sanjay.
by sanjayS
Wed Nov 16, 2011 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check Duplicate without using Remove Duplicates
Replies: 9
Views: 5209

First sort the records based on the key column whcih is followed by transformer stage.

And use use stage variable and constraint to remove dublicates.

sv1 : Key column
sv2 : If sv1<>sv3 Then 1 Else 0
sv3 : sv1

use constraint as sv2 = 1

-----------------
sanjay
by sanjayS
Thu Nov 10, 2011 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: crazy requirement in DataStage
Replies: 8
Views: 5095

I didnt get what it means 'When record BCD got changed to DCB '

Could you plz explain..

Thanks,
Sanjay.
by sanjayS
Thu Nov 10, 2011 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Similar records & assigning Groups
Replies: 24
Views: 13156

Hi, In transformer Use 3 stage variables sv1, sv2, sv3 with datatype as integer sv1 : (Input column which need to be groped) sv2 : If (sv1=sv3) Then sv2 Else (sv2+1) sv3 : sv1 Map stage variable sv2 to o/p column GroupId---> 'G':sv2 In transformer select sequential mode in Advance tab Thanks, Sanjay.
by sanjayS
Thu Nov 10, 2011 6:29 am
Forum: General
Topic: Unable to connect datastage server
Replies: 2
Views: 3193

Re: Unable to connect datastage server

Check whether DataStage have FP1(Fix Pack) loaded.
Configure Datastge properly to use PAM

Regards,
Sanjay.
by sanjayS
Sun Jun 05, 2011 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error while using Funnel Stage
Replies: 2
Views: 2727

thanks for your information...

Sai.
by sanjayS
Sat Jun 04, 2011 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error while using Funnel Stage
Replies: 2
Views: 2727

Compilation Error while using Funnel Stage

Hi all, Am in need to use funnel stage in between single inpuut link and a single output link.(It is requirnment to use funnel stage during development as we may have multiple source to funnel in future) But when compiling the job it throws an error "fu_stagename requires a minimum of 2 non-ref...
by sanjayS
Fri May 27, 2011 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Day from a date
Replies: 3
Views: 1908

Thanks for help..

problem resolved...
by sanjayS
Thu May 26, 2011 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Day from a date
Replies: 3
Views: 1908

Day from a date

Hi all,

Could you please let me know hoe to get a Day (Monday,Tuesday) from a date ...Is there any functions in Parallel transformer..I have tried ..but am unable to figure out..

Thanks,
Sai
by sanjayS
Thu May 26, 2011 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Surrogate Key generator-Job Aborted
Replies: 2
Views: 2591

Thanks Ray..

I didnt created separate file to store the values....

Now its working fine..

Thanks
sai.
by sanjayS
Mon May 23, 2011 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Surrogate Key generator-Job Aborted
Replies: 2
Views: 2591

Using Surrogate Key generator-Job Aborted

Hi, Am trying to generate a sequence of numbers starting from 1 by using surrogate key generator stage. Am having an input column as Emp_Name and in output i need Emp_name numbered as 1,2,3.... The job looks like Input----Surrogatekeystage-----output When running,the job gets aborted with log Could ...
by sanjayS
Tue May 10, 2011 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Failure
Replies: 3
Views: 5661

Lookup warning

Thanks for you reply. It is running now,but showing one warning as

'Ignoring Duplicate entry at table record 6:nofurther warning will be issued for this table'

Please clarify.