Search found 38 matches

by Amit Jaiswal
Mon Sep 05, 2005 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abort a job?
Replies: 11
Views: 3990

Use Abort After rows

Hi Kumanr, You can call shell command wc -l to count number of rows in source if it is a sequential file (equivalent for other) using Before-Stage. This number you can use to determine %age of failure. Then inside a Transformer Stage take one stage variable in which you can write your logic and retu...
by Amit Jaiswal
Wed Aug 31, 2005 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rounding Function in Transformer satge
Replies: 4
Views: 5022

Change Environment Variable values

Hi Nagesh, Please check the Environment Variable settings. Default internal decimal variables are precision 38 scale 10, but this can be changed by specifying $APT_DECIMAL_INTERM_PRECISION $APT_DECIMAL_INTERM_SCALE Set APT_DECIMAL_INTERM_ROUND_MODE to specify : Ceil Floor Round_inf Trunc_zero I thin...
by Amit Jaiswal
Fri Jul 15, 2005 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format conversion
Replies: 8
Views: 3067

Hi Ray,
Trim(myDate) I used as from source this data is coming in char format. But in target I need only date data type. As you said I can't use DateToString() for date format then what is a solution to get required date format in Dataset file.
Thanks,
-Amit
by Amit Jaiswal
Thu Jul 14, 2005 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format conversion
Replies: 8
Views: 3067

Hi Ray,
Data type of MyDate is date with width 10. This whole conversion works file if I change MyDate datatype to varchar(10).
Please clarify.
Thanks,
-Amit
by Amit Jaiswal
Tue Jul 12, 2005 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format conversion
Replies: 8
Views: 3067

Hi Ray, Thanks for your reply. I am sorry, it was typo while posting this question, I have used correct format only. But still I am getting '****' in the target. I am getting correct result if target datatype is varchar(10), but when I make it to date this problem occurs. Is it because I am trying t...
by Amit Jaiswal
Mon Jul 11, 2005 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format conversion
Replies: 8
Views: 3067

Date format conversion

Hi, I am using sequential file as source with char datatype and dataset as target file. I want to convert date format from dd/mm/yyyy to mm/dd/yyyy. I have tried using DateToString(StringToDate(Trim(myDate), "dd/mm/yyyy"), "mm/dd/yyyy") function but conversion is not proper. My u...
by Amit Jaiswal
Wed Jun 22, 2005 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PMPlayer::APT_PMPlayer: fork() failed, Not enough space
Replies: 1
Views: 2598

APT_PMPlayer::APT_PMPlayer: fork() failed, Not enough space

We are using DS-7.51 EE through Citrix client. We have sequential file as source and dataset file as target. Total columns are 238. First issue is when I used trim function for all columns it is giving me compilation error (##E TBLD 000000 23:43:11(000) <main_program> Error when checking composite o...
by Amit Jaiswal
Mon Apr 25, 2005 9:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Partitoned Table in server jobs
Replies: 4
Views: 2245

Partitioned DB and use of Link Partioner and Collector

Hi Ray, You are saying that Server Job can not create separate threads to use partitioned table. Then my question is, what is the use of Link Partioner. And whether server jobs are multi-process or multi-threaded. I guess when we use link partioner, we have option to select algorithm for partioning ...