Search found 6 matches

by pranabdas
Mon Dec 02, 2013 12:16 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA: Dynamic Data Quality Rule In Information Analyzer
Replies: 2
Views: 4525

IA: Dynamic Data Quality Rule In Information Analyzer

Hi, I need to write Dynamic Data Quality Rule In IA like below ~ If Country = 'Finland' Then VAT should have 10 characters with first 2 character as 'FI' and last 8 as digit (i.e. FI12345678) If Country = 'Belgium' Then VAT should have 12 characters with first 2 characters as 'BE' and last 10 as dig...
by pranabdas
Wed Oct 09, 2013 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increment 1 Digit After Certain Number of Records
Replies: 2
Views: 2313

Increment 1 Digit After Certain Number of Records

We have to develop one mapping for a field as - "Initialise to 3000. Increase by 1 for every 5000 records."

Please suggest how to develop this. Thanks.
by pranabdas
Thu May 03, 2007 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Locked (accessed by another User )
Replies: 12
Views: 7669

Re: Jobs Locked (accessed by another User )

Hi,

Go to DataStage Director Job Log. From the Lower pane note down your respective job's process number. Now go to Unix, fire the below mention command from command prompt for each job rather process number.

kill < process number >

I think this will work.

Thanks-
Pranab Das
by pranabdas
Thu May 03, 2007 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Putting condition in stage variable
Replies: 7
Views: 4328

Re: Putting condition in stage variable

Hi,

It was bad programing tech if you used stage variable for this type of tiny issue. Use direct link. Stage variables are only use when you use derivation of stage variable frequently( at least more than 3 times) in the mail derivation.

Thnaks-
Pranab Das
by pranabdas
Thu May 03, 2007 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autosys Job
Replies: 14
Views: 13556

Re: Autosys Job

Hi, You have write a unix shell script. Within this you write command mail -s <Subject> -b <abc.dat> -t xyz@pqr.com Suppoose this script name is www.sh Now call this www.sh from your autosys schedule like this - insert_job: job_type: c command: www.sh machine: #owner: permission: gx,mx,ge,me conditi...
by pranabdas
Thu May 03, 2007 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job locked
Replies: 18
Views: 8671

Re: Job locked

Hi,

Go to DataStage Director Job Log. From the Lower pane note down your respective job's process number. Now go to Unix, fire the below mention command from command prompt for each job rather process number.

kill < process number >

I think this will work.

Thanks-
Pranab Das