Search found 91 matches

by ssunda6
Wed Oct 03, 2012 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi-byte field disturbing the position of next fields
Replies: 2
Views: 2119

One of the posts suggested using BASIC transformer to get byte length. I see LENDP function but the mapname argument is not optional in 8.x. What value should I specify to find out byte length(display length) for UTF-8? UTF8 is giving error, looks like it accepts some numeric value. Please guide wha...
by ssunda6
Wed Oct 03, 2012 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi-byte field disturbing the position of next fields
Replies: 2
Views: 2119

Multi-byte field disturbing the position of next fields

Hi, We have few multi-byte columns. The field length(in terms of number of characters) is fixed. e.g., Address cannot be more than 5 character length but it can contain German special chracters(umlaut) in which case it might be more than 5 byte length. Inorder to maintain same position for each fiel...
by ssunda6
Wed Sep 05, 2012 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ connector stage - composite messages and sequence number
Replies: 3
Views: 3025

Thanks for the reply. But the receiving system will have difficulty - because of some error if header/trailer is not sent then they will not know how many records were supposed to come and also that will be kind of indefinite wait right! The main challenge I am having is with the sequence number. In...
by ssunda6
Wed Sep 05, 2012 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ connector stage - composite messages and sequence number
Replies: 3
Views: 3025

MQ connector stage - composite messages and sequence number

Hi, We send MQ messages. The receiving system has limitation on the size of MQ message to receive, so if the message size is huge then we need to break messages and send them. The file sent contains header(1st record), data records and trailer(last record). If the message has to be broken because of...
by ssunda6
Thu Apr 17, 2008 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function similar to Oconv in parallel jobs
Replies: 4
Views: 5003

Thanks Ray.

TimeFromMidnightSeconds() is giving the right value.

Regards,
ssunda.
by ssunda6
Tue Apr 15, 2008 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function similar to Oconv in parallel jobs
Replies: 4
Views: 5003

Hi Ray, I tried using StringToTime and TimeToString functions with the following syntax: date1=StringToTime(input,"%hh%nn%ss") output=TimeToString(date1,"%hh:%nn:%ss") For input value 065535 , the above functions result is given below date1:065535 output:06:55:35 But I want the o...
by ssunda6
Fri Apr 11, 2008 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function similar to Oconv in parallel jobs
Replies: 4
Views: 5003

Function similar to Oconv in parallel jobs

Hi All, I searched the forum but did not get required information. Iam getting a time value from input file. (e.g., 065535). In the server job, the function Oconv(columnname,"MTS") is being used and the output corresponding value is 18:12:15 Now we are implementing the same as parallel job...
by ssunda6
Tue Mar 25, 2008 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Sorting preserved across multiple stages in parallel jobs
Replies: 3
Views: 1995

Hi Ray,

Thanks for the reply.
I was worried since it is a parallel job but your answer has cleared my doubt now.
And I forgot mentioning that when using 3 transformers and funnel, I am using a remove duplicates stage. So I will not be getting 3 copies of data.

Thanks again.
Ssunda.
by ssunda6
Tue Mar 25, 2008 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Sorting preserved across multiple stages in parallel jobs
Replies: 3
Views: 1995

Is Sorting preserved across multiple stages in parallel jobs

Hi All, My job requirement is to check if job activities of employees are proper. For example, His/her first task should be a particular job code and not 'OUT or Lunch'. The last task is always 'OUT'. And lot more conditions. To implement this After reading from the file in a parallel job, if I sort...
by ssunda6
Thu Jan 24, 2008 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with dssearch command
Replies: 8
Views: 6809

Ray, Yes, sometimes we delete, copy/paste job activities for similar jobs and then change properties. We have observed that when a particular job activity stage is deleted and copied again, it is not getting populated in the 'dependencies' tab. But truely speaking even after modifications, the depen...
by ssunda6
Tue Jan 22, 2008 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with dssearch command
Replies: 8
Views: 6809

Hi, We just found why dssearch was giving incorrect results. 'dssearch' command is listing only those job names which are present in the 'dependencies' tab in the sequence job properties. When we manually added the missing job names in the 'dependencies' tab, dssearch command listed all job names co...
by ssunda6
Mon Jan 21, 2008 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with dssearch command
Replies: 8
Views: 6809

problem with dssearch command

Hi, I am using 'dssearch' command in a shell script to list the jobs/sub sequences under each sequence and then capturing the logs of those jobs. But for a particular sequence , dssearch command did not return the total list of jobs under it. There are actually 6 jobs in the sequence along with some...
by ssunda6
Mon Dec 24, 2007 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable To connect to Host
Replies: 3
Views: 2052

Unable To connect to Host

Hi All, I am not able to login to datastage designer. When I give the required Id and password, it shows an error " Failed to connect to Host. The Connection has timed out(81015)". Please let me know if someone has faced similar kind of issue and also the reason's and resolution for the sa...
by ssunda6
Mon Dec 10, 2007 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No disk resources found in "sort" pool or default
Replies: 6
Views: 5603

Got it Chulett. Nothing has changed actually. But now, Iam able to run the job again properly. I think there was some space problem.
by ssunda6
Mon Dec 10, 2007 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No disk resources found in "sort" pool or default
Replies: 6
Views: 5603

Got it Chulett. Nothing has changed actually. But now, Iam able to run the job again properly. I think there was some space problem.