Search found 174 matches

by singhald
Tue Jun 21, 2011 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search String...
Replies: 2
Views: 1554

assuming you want to read the output of the command , you can do this using external soruce stage, place the command in stage and define the table definition
by singhald
Tue Jun 21, 2011 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Fixed width file
Replies: 3
Views: 2287

read all fields from fixed width file as char and then convert into requried datatype using trasformer or modify stage. your problem should be resolved
by singhald
Thu Jun 16, 2011 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job not behaving as per expectation
Replies: 11
Views: 4858

what aggregation method you are using in aggregate stage
by singhald
Tue Jun 14, 2011 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on Sparse lookup
Replies: 6
Views: 4676

in sparse lookup , you dont need to drag a key from input to reference link, just you need to have same cloumn name in both input links .
by singhald
Sun Jun 05, 2011 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Addr family not supported by proto family
Replies: 3
Views: 1750

I am using windows xp sp3 - I installed both datastage server and client on same machine. i was using it for 2 year didn' have any issue. but today i had to uninstalled it and was trying to re-install it. I had looked into searched post , didnt get any much help. Thanks in Advance for your response
by singhald
Sun Jun 05, 2011 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Addr family not supported by proto family
Replies: 3
Views: 1750

Addr family not supported by proto family

Hi I have installed datastage 7.5x2 on windows enviorment. I am getting below error message while running simple parallel job just after installaton. can any one please help me to understand below error. node_node1: Fatal Error: broadcastStepIR: socketpair(AF_UNIX, SOCK_STREAM, 0, socketArray) faile...
by singhald
Thu Jun 02, 2011 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: question on padstring
Replies: 7
Views: 15695

alwasy better to go to datastage help. Press F1 key and go to DS help, is the best repositery to understand transformation function. PadString(%string%,%padstring%,%padlength%) PadString returns the string padded with the optional pad character and optional length you need to provide the char to pad...
by singhald
Thu May 26, 2011 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scenario with Sequential file for the Reject/Load selection
Replies: 8
Views: 3869

add neviorment variable $APT_IMPORT_REJECT_STRING_FIELD_OVERRUNS and mark it to YES

which will reject the input records from sequential stage if any field value length exceed to defined varchar.
by singhald
Thu May 26, 2011 12:27 am
Forum: General
Topic: Half Parallel and Half server jobs
Replies: 4
Views: 2540

in one project you can both server and parallel jobs. people uses both type of canvas to develop jobs based on their requirements. in sequencer you can call both types of job along with other actvities.
by singhald
Wed May 25, 2011 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ustring to string
Replies: 9
Views: 6846

for handle null use NullToValue and define high date like 9999-12-31 to date in case null. also validate the incoming string whether it is really coming in format you mentioned %mm-%dd-%yyyy.
by singhald
Wed May 25, 2011 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup issue with blank column
Replies: 3
Views: 2394

As Ray suggested , please be clear when you post your problem. I believe you can assign a dummy value(like 'X' should be unique and different from your location id available in reference link) to input key in case of null. do the same with your reference link data )assign 'X' to location id which is...
by singhald
Wed May 25, 2011 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential FIle Scenario
Replies: 5
Views: 4019

as suggested in earlier post. you can use index function to search for string and write it into sequential file in job1. Then write a datastage server routine which accept file path and name and return you the value stored in file. in job sequence use user variable activity add valriable and call da...
by singhald
Wed May 25, 2011 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Entire Partitioner issue in Data set
Replies: 3
Views: 2715

when you select "entire partition" it basically copy all records to number of nodes defined in node configuration file.

for more details you go through Advance parallel job developer guide
by singhald
Wed May 25, 2011 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle nullable columns in a reject link
Replies: 6
Views: 3664

I believe , when you add reject link to sequential stage, you cann't handle null as it takes entire record as a single field "Rejected" (var binary notnull) you dont need to handle null here.

let me know if that is not a case
by singhald
Mon May 23, 2011 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in job logic
Replies: 32
Views: 12395

if you choose sort and merge collection method in target sequential file , you could have achive your desired output.