Search found 36 matches

by sb2212
Tue Jul 10, 2018 11:47 pm
Forum: General
Topic: Apps from Datastage code
Replies: 4
Views: 4018

Apps from Datastage code

Hi All,

Is it possible to create an App from the datastage code?

Regards,
Shilpa
by sb2212
Tue Jul 10, 2018 11:38 pm
Forum:
Topic: IGC 11.7-Governance Monitor
Replies: 4
Views: 4819

Thank you Ray. The Enterprise search needs a Linux box and we are currently procuring one. Will have to try again once we have Enterprise search operational.
Marking this post as workaround for now.
by sb2212
Wed Jun 27, 2018 11:29 pm
Forum:
Topic: IGC 11.7-Governance Monitor
Replies: 4
Views: 4819

IGC 11.7-Governance Monitor

Hi All, I have been trying to work on IGC 11.7. I have a windows installation. I was trying to open Governance Monitor. It opens up but shows 0 connections. No data to display in "My import areas". No data to display in "My connections". Error occurred in "Highest rated asse...
by sb2212
Tue Jan 31, 2017 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify Invalid Dates
Replies: 2
Views: 2432

Thanks Chulett. It worked. Marking this as closed.
by sb2212
Mon Jan 30, 2017 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify Invalid Dates
Replies: 2
Views: 2432

Identify Invalid Dates

Hi, We have a situation. The source is a comma separated text file with data as below: Country,dDate,ENm US,2016-06-22,Smith UK,2015-03-03,John US,2016-15-10,Rose We are trying to read the data using a sequential file. Tried 2 approaches: Read everything as varchar and then used IsValidDate along wi...
by sb2212
Fri Jan 03, 2014 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning algorithm for order of the data
Replies: 5
Views: 3257

I realised that the order was going wrong after the filter stage which actually filters the header/trailer. Hence, 1st CI and Filter stage were executed in Sequential order and the 2nd CI and the custom made stage were executed parallely using RR algoritm and the copy stage in between was run parall...
by sb2212
Sun Dec 29, 2013 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning algorithm for order of the data
Replies: 5
Views: 3257

Thank you Mike for the solution. Executing the stages in sequential mode solved the issue.
But a question here on the "undo" of partitioning in the final stage. We dont have any "undo" collection method in the final sequential stage.

I am marking this post as resolved.
by sb2212
Thu Dec 26, 2013 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning algorithm for order of the data
Replies: 5
Views: 3257

I tried 2 ways- 1st Column Import and Custom made operator as Round Robin and Filter, 2nd Colimn import and Copy stage as same. Another way was - 1st Column Import and Custom made operator as Round Robin , filter as hash and 2nd Custom Import and Copy as Same. Both of these are not yeilding the righ...
by sb2212
Thu Dec 26, 2013 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning algorithm for order of the data
Replies: 5
Views: 3257

Partioning algorithm for order of the data

Hi, I have a datastage job which runs on a 3 node config and the flow of which is- Seq File -> Column Import -> Filter -> Column Import -> Copy -> Custom made operator. Column Import, Copy and Filter stage run in default parallel execution mode and Custom made operator runs in sequential mode. Could...
by sb2212
Tue Jan 15, 2013 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character data to binary conversion
Replies: 6
Views: 3376

Yes ArndW. The BitExpand function is under /Function/Logical.

BTW the datastage version is 8.7
by sb2212
Tue Jan 08, 2013 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character data to binary conversion
Replies: 6
Views: 3376

Re: Character data to binary conversion -- resolved

Hi All, This issue is resolved. I tried Seq(In.Column) and then used a bitexpand function. It worked. Just a brief: As I mentioned it was an ebcidic file, I was getting "?" for this column and then when I used a Seq function, it gave me the decimal representation of it which was 26 and aft...
by sb2212
Tue Jan 08, 2013 9:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character data to binary conversion
Replies: 6
Views: 3376

Thanks ArndW for the reply. I am using datastage 8.7.
by sb2212
Tue Jan 08, 2013 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character data to binary conversion
Replies: 6
Views: 3376

Character data to binary conversion

Hi, I have a situation wherein I am reading Ebcidic data from a CFF stage. 1 of the field is defined as FLAG (PIC(X1)) ie it is read as char(1). This field is being sent to a target sequential file and the data type of this field in the sequential file is "binary" which means the output is...
by sb2212
Mon Feb 15, 2010 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [IBM][CLI Driver] CLI0112E Error in assignment. SQLSTATE=22
Replies: 7
Views: 15936

Yes in the command line I am able to get the result.