Search found 35 matches

by narsingrp
Thu Jul 17, 2008 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating records in DB2 mainframe using DB2/UDB API stage
Replies: 2
Views: 2076

Updating records in DB2 mainframe using DB2/UDB API stage

I am trying update using user defined query as below.It is not really updating and throwing a warning. UPDATE #MVS_SCHEMA#.exchg_45day_to_55day SET AMT_PAR_AVAIL_45DAY=?, AMT_PAR_EXCHG_55DAY=?, RATE_AVAIL_45DAY=?, RATE_EXCHG_55DAY=?, DT_LST_UPDT=?, ID_USER_LST_UPDT=? WHERE NBR_CUSIP_55DAY=? AND NBR_...
by narsingrp
Mon Aug 13, 2007 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Log Warning
Replies: 3
Views: 1558

Thanks for your help Craig. All I had to do is to CLEAR. FILE RT_LOG 19 and now I am able to view the log from director.

But the job was running till now and once I cleared the log the job stopped. I had to go back and restart the job.


:lol:
by narsingrp
Wed Jul 25, 2007 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage
Replies: 1
Views: 954

These are details

Dataset name : F251PB.UNLOAD.DSZ7P000.PSPP(0)
user : s40862

Can somebody look at this.Your help is appreciated
by narsingrp
Wed Jul 25, 2007 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage
Replies: 1
Views: 954

FTP Enterprise stage

I am getting not a valid remote file error in FTP Enterprise stage when I am trying to read GDG file from mainframe. I am using following URI ftp://#ServerName#/#DSName# These are my details Dataset name F251PB.UNLOAD.DSZ7P000.PSPP(0) user s40862 It is working with command line .Also FTP plugin is w...
by narsingrp
Fri Mar 02, 2007 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error in job
Replies: 14
Views: 8019

I am writing to flat file.It is a write failure and is resolved.I tried to clean data before writing by removing CR+LF etc. The other problem is when I am reading from hash file in another job,getting following message and job aborts. It is giving following error and aborts DataStage Job 76 Phantom ...
by narsingrp
Mon Feb 26, 2007 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error in job
Replies: 14
Views: 8019

Sorry.I might have confused you by mixing two issues here. One is reading hash file and other is with CSV file. The issue with CSV file is resolved.I am gussing there might be non-printable character or CR+LF in source file that caused write failure. I cleansed data before writing to output file and...
by narsingrp
Mon Feb 26, 2007 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error in job
Replies: 14
Views: 8019

Also I am getting following error on and off when am trying to read CSV file and create another CSV in job control. Attempting to Cleanup after ABORT raised in stage JobExtractFileNameValue..JobControl. (SeqChkScrubFiles) <- JobExtractFileNameValue: Job under control finished. I reset the jobs and t...
by narsingrp
Mon Feb 26, 2007 4:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error in job
Replies: 14
Views: 8019

Thanks guys.I tried using both options but still this problem is coming sometimes.Is there any other reasons for this thing to happen.
by narsingrp
Sat Feb 24, 2007 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error in job
Replies: 14
Views: 8019

Clear file option is on.This error occurs on and off.Some times job runs fine without errors.Do we need change any settings .
by narsingrp
Fri Feb 23, 2007 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error in job
Replies: 14
Views: 8019

I tried resetting and re-run again.There is nothing other than this error message in log.
by narsingrp
Fri Feb 23, 2007 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error in job
Replies: 14
Views: 8019

Thanks Ray. Yes .Hash file is by this name.I will try to reset and see of there is any addl message.
by narsingrp
Fri Feb 23, 2007 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error in job
Replies: 14
Views: 8019

Phantom Error in job

My job is like this below. seq-->xfrm-->xfrm--hashfile It is giving following error and aborts DataStage Job 76 Phantom 5364 Program "DSD.UVOpen": Line 572, Exception raised in GCI subroutine: Integer division by zero. Attempting to Cleanup after ABORT raised in stage JobCreateSrcHdrs..hsh...
by narsingrp
Tue Sep 26, 2006 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add month to date
Replies: 5
Views: 1997

[quote="DSguru2B"]yea, you will have to code it. Your routine should be smart enough to handle leap years, and know when to add 30 days and when to add 31 days. Its not easy, i agree, but its dooable. OR if you want the easy way out, load your flat file in a temp table and then use oracle'...
by narsingrp
Tue Sep 26, 2006 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add month to date
Replies: 5
Views: 1997

Re: Add month to date

[quote="narsingrp"]I need to add a month to date and do some checks in transformer stage.My source is from flat file.I can write routine to call Oracle and use Add_Months function in oracle but it opens up and closes oracle session for each row when I call routine in transformer stage.Any ...
by narsingrp
Tue Sep 26, 2006 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add month to date
Replies: 5
Views: 1997

Add month to date

I need to add a month to date and do some checks in transformer stage.My source is from flat file.I can write routine to call Oracle and use Add_Months function in oracle but it opens up and closes oracle session for each row when I call routine in transformer stage.Any suggestions will be appreciat...