Search found 8 matches

by RSchibi
Wed Feb 09, 2005 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unix Signal 14(SIGALRM)
Replies: 6
Views: 5006

Unix Signal 14(SIGALRM)

I was running a job (which has run successfully before) & it aborted with the message 'Unexpected termination by Unix signal 14(SIGALRM)'.

Does anyone know what this means?

I re-ran the job this morning (no changes - just submitted it) and it ran to completion wihtout any problem.

Thanks!
by RSchibi
Thu Jan 20, 2005 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dropped records
Replies: 6
Views: 4130

Dropped records

I loaded a sequential data set into a db2 table. Three of the records did not load since a date field had invalid data ('**********'). I have corrected the date problem. My concern is that the job did not abort, but had a successful completion. The director did say that the job had a binary load err...
by RSchibi
Wed Nov 10, 2004 12:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Small Integer to Date
Replies: 8
Views: 4617

Small Integer to Date

I am trying to concatenate smallInt MO,DAY & YR into a date field. The MO & DAY are 2 bytes & YR is 4. The date field will be yyyy-mm-dd format (type DATE). The code I'm using is YR:"-":MO:"-":DA This works if the MO & DA are > 9 (no leading zeros) MO = 10 DAY=15 ...
by RSchibi
Wed Jul 21, 2004 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Forcing a job to abort
Replies: 6
Views: 4126

Rich - Thank you for your help & also the documentation.
by RSchibi
Tue Jul 20, 2004 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Forcing a job to abort
Replies: 6
Views: 4126

Rich - I decided to try your suggestion on using the transformer to cause an abort & it seems to work. I couldn't find any documentation on the 'abort after rows' option, but I think it evaluates the constraint & if it's TRUE, the job will abort after the number of rows where the condition i...
by RSchibi
Tue Jul 20, 2004 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Forcing a job to abort
Replies: 6
Views: 4126

Thank you for your suggestions. I also found that I can do it from the switch. I check for case = C (continue) but not case 'A' (abort). Then set the 'If not found' option to FAIL.
I only have one record at this point & it will be either 'C' or 'A'.

Thanks again for your help.
by RSchibi
Mon Jul 19, 2004 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Forcing a job to abort
Replies: 6
Views: 4126

Forcing a job to abort

Is there a good way to force a job to abort? I am doing balancing where the final result has to be zero. I have a field called total_difference which is a decimal (15,2). If it's zero, I set a field called abort_sw to 'C' for continue, else I set it to spaces. Abort_sw is a 1 char field. I found tha...
by RSchibi
Wed May 19, 2004 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sum of column in Aggregator stage
Replies: 4
Views: 3375

Just like Sandy, I am also a penny off on some of the amounts that I sum with the aggregator. It's not the same field all the time. After I load my DB2 table & do sums with SQL, the amounts are correct. These are decimal (13,2) fields.

Does anyone have any idea what causes this.