Search found 23 matches

by waitnsee
Wed Sep 19, 2007 3:15 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Flat files in Profile Stage
Replies: 2
Views: 2992

Flat files in Profile Stage

Can we use flat files in Profile stage to analyse the data elements in the falt file? If so, how does it work?
by waitnsee
Tue Mar 29, 2005 7:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SEETING UP PROJECT DEFAULTS
Replies: 10
Views: 5800

SEETING UP PROJECT DEFAULTS

Can anyone tell me how to set up project defaults.
Say I have a database, userid and password how do I set it to default values in the job parameters.
(ie) How do I define them as environment variable and set it to $PROJDEF in Datastage jobs.

Thanks
WNS
by waitnsee
Wed Mar 09, 2005 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates from Sequential File
Replies: 16
Views: 8847

As Ken asked - how large is your file? How wide? Sure, you can use CRC32 for this, but what a painful way to accomplish something simple. :? Leverage your operating system. As others have mentioned, check out the sort -u command. Do it 'before job' or (better yet) in the Filter option of the sequen...
by waitnsee
Wed Mar 09, 2005 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates from Sequential File
Replies: 16
Views: 8847

By duplicate row, do you mean repeated key but different attributes or do you mean the entire row is a duplicate? If just a repeating key, is the data sorted in the order you like and you need to get either the first or last occurence of the row, or something more tricky? How much data are we talki...
by waitnsee
Tue Mar 08, 2005 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates from Sequential File
Replies: 16
Views: 8847

Remove Duplicates from Sequential File

How can we remove duplicates from a sequential file? I know we can load the data to a hashed file and based on the specified key, duplicates will be removed.
Is there anything called CRC32 transform to remove duplicates ?
If so please let me know.

Thanks,
WNS
by waitnsee
Mon Jan 10, 2005 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine
Replies: 5
Views: 2848

Hello WaitNSee, does that mean your date logic is that the period requested is the calendar month that is 2 months after the run date? If that is the case then you can specify OCONV(ICONV(OCONV(@DATE,"DM")+2,"DM"),"D2/E") to get the first date of the period and OCONV(I...
by waitnsee
Mon Jan 10, 2005 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine
Replies: 5
Views: 2848

thank you for your help

Hello Ray,

Can you be more specific on the arguments that I declare inside the routine. In otherwords can you show me a skeleton of the server routine for the above mentioned functionality.

Thanks!
by waitnsee
Mon Jan 10, 2005 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine
Replies: 5
Views: 2848

Server Routine

I need to implement a routine to get the period start date and period end date for the given run date. Say if my run date is any date in Jan 2005, the period start date will be March-01-2005 and my period end date will be March-31-2005. So, it will be for every run thereafter. (i.e., if my run date ...
by waitnsee
Mon Jan 03, 2005 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: update statement
Replies: 1
Views: 1082

update statement

Please let me know what this update statement means.

UPDATE
PSMGR.PS_VZ_STG_ETTP
SET
TLEVEL= :2
WHERE
VZ_LISTINGID= :1

iF you say set TLEVEL = :2 what does it mean?
by waitnsee
Tue Dec 14, 2004 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we change value of job parameters in the job?If yes how?
Replies: 3
Views: 2467

You can change the value of job parameters at runtime

Hi,

You can change the value of job parameters at run time. Thats the reason they are used for. Compile the job once and run it as many times as you can.
When you hit the run button, the parameter list pops up. Then change the value in that. This works !
Hope this explains your question.
by waitnsee
Tue Nov 16, 2004 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exception handling
Replies: 4
Views: 3170

I am looking for answering the interview with a supportive lecture on the same.
Please let me know your views.
thanks!
by waitnsee
Fri Nov 12, 2004 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exception handling
Replies: 4
Views: 3170

Exception handling

Can anyone gimme a brief description about exception handling capabilities within datastage parallel extender and what all have you faced so far in your projects and how did you overcome them.
Appreciate your responses. Thanks
by waitnsee
Mon Nov 08, 2004 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel extender performance issues
Replies: 1
Views: 1761

parallel extender performance issues

can anyone explain me briefly about the performance issues in parallel extenders
by waitnsee
Thu Oct 14, 2004 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using lookups without specifying lookup keys
Replies: 5
Views: 2723

You can use the sparse mode lookup

You can use the sparse mode in the looku stage to overcome this problem
by waitnsee
Mon Oct 04, 2004 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage
Replies: 2
Views: 2549

Lookup Stage

I have 2 fields which I am passing to the lookup stage as a reference from the Oracle Database. One of the fields of the two which is a key field is generated by the system. I am getting a NULL VALUE FOUND error on that field, which is very unfair. Its a sequence number which is generated by the sys...