Search found 5168 matches

by kumar_s
Wed Jan 10, 2007 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the Copy stage
Replies: 6
Views: 1569

The two active stage will might be combined as single operator for function. And hence the JonMon might not record the statistics. Not only for Copy and Transformer, but its for may cases. Like Modify to Modify, Peek etc., Try selecting the Force copy.
by kumar_s
Tue Jan 09, 2007 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Documentation for all the dscommands
Replies: 5
Views: 1923

Why do you want to look at the server guide if you need PX. I am not at PX site right, but commands like dsjob, dssearch should be in Designer or developers guide. I guess dsrecord is not documented in manuals, but it is avaialble in Orchestrate manuals.
by kumar_s
Tue Jan 09, 2007 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique Sequence Number Generation In DataStage
Replies: 11
Views: 12843

You ll need to find MAX for previous run and write it into to a file and pass it as a parameter using ExecuteCommand Activity as CommandOutput or as mentioned, use MAX(field) during extraction (if its on same database.)
by kumar_s
Tue Jan 09, 2007 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Documentation for all the dscommands
Replies: 5
Views: 1923

Should be in your online manuals available in you Client machine.
by kumar_s
Tue Jan 09, 2007 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to get Maximum job number
Replies: 17
Views: 4006

Try without the ; at the end. Or try Call DSExecute("UV","SELECT MAX(CAST(JOBNO AS INTEGER)) FROM DS_JOBS", Output, ReturnCode)
BTW: What you get from Max of JobNo. Hope you know that it wont be equal to COUNT of Jobs available in Project.
by kumar_s
Tue Jan 09, 2007 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Proablem with the Oracle loading in parallel jobs
Replies: 1
Views: 599

Implicit conversion from source type "Int32" to result type "Decimal".
User Transformer or Modify stage and try using StirngToDecimal() function.
by kumar_s
Tue Jan 09, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Only Jobs
Replies: 7
Views: 2233

Are there any example job available in each project? Or is it refering to built in routines etc.
by kumar_s
Tue Jan 09, 2007 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 2
Views: 774

If you complex and large transformation, PX will help you on that part.
by kumar_s
Tue Jan 09, 2007 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check if a column is in valid date format
Replies: 26
Views: 10122

Since server jobs are lacking in IsValid() function. Follow Ray's approach to use Status() to check if the conversion using ICONV() is valid and assing NULL based on the result.
by kumar_s
Tue Jan 09, 2007 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: slow read from dataset - combinability mode issue?
Replies: 12
Views: 3970

In addition it also depends on the number of field. Hundreds of fields in Dataset will be slower in extraction than fewer fields in sequential file. Is it a outer join? If os on which stream?
by kumar_s
Tue Jan 09, 2007 4:31 pm
Forum: General
Topic: DataStage Client Encounter a problem, then quit
Replies: 9
Views: 4649

You may need to use your official company email address for login. Check if email been blocked from IBM in you email server.
by kumar_s
Tue Jan 09, 2007 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping DataStage Control Jobs with Sleep Commands
Replies: 7
Views: 3302

Why can the job or the Jobcontrol be scheduled for every x min? So that the cron can be changed as any point of time. Or you can isolate the Sleep into seperate entity. Say in Execute command activity. Once stop signal is initiated, the flow will stop after Execute command activity finish executing....
by kumar_s
Tue Jan 09, 2007 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How merge stage works
Replies: 4
Views: 1111

Is it a fixed width file? That case, there is chance where the data extraction might be wrong. Merge doesn't shuffles the field values.
by kumar_s
Tue Jan 09, 2007 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load(DB2) doesn`t work
Replies: 16
Views: 5001

Was that the full fatal error message? Don't you get more info if you double click the log event?
by kumar_s
Tue Jan 09, 2007 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading Mainframe EBCDIC file
Replies: 11
Views: 2587

Try 827. Have you tried passing the Header and Body file into CFF stage which has only Body metadata with a Reject option enabled?