Search found 5168 matches

by kumar_s
Wed Aug 02, 2006 12:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create unix script to invoke DataStage job...HELP!
Replies: 8
Views: 2598

Do you want to call unix shell from DataStage or Datastage job from Unix?
by kumar_s
Wed Aug 02, 2006 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How & Where do we plug-in C or C++ code in Datastage?
Replies: 5
Views: 1104

Custome - Routines.
From Designer/Manager, right click on routines and Say New Routines.
There you may need to configure the compiled object code of the C++ program.
by kumar_s
Tue Aug 01, 2006 11:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create unix script to invoke DataStage job...HELP!
Replies: 8
Views: 2598

Hi, That is a shell script created. Say MasterControl.ksh . It need to be created in unix, either using vi command. >vi MasterControl.ksh {past the the whole code and save the file by Esc:wq} This shell can be directly call or scheduled. It require 14 parameter to be passed. If you look in to the sh...
by kumar_s
Tue Aug 01, 2006 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator Guide for DataStage
Replies: 3
Views: 841

If you mean Orchestrate operators guide, search here (dsxchange), you would get the path provided in Ascential website.
by kumar_s
Tue Aug 01, 2006 10:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix file move
Replies: 5
Views: 870

It should move the file. Check your return code or error log of the command used for more info.
by kumar_s
Tue Aug 01, 2006 10:29 pm
Forum: Site/Forum
Topic: Ascential DeveloperNet sunsetting this month
Replies: 20
Views: 10678

Vincent has already shot a blog on this. :D
by kumar_s
Tue Aug 01, 2006 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Warnings after using entire partitioning
Replies: 2
Views: 1637

Can you explain your job design, APT_ParallelSortMergeOperator indicates the data collection part where it has been collected uneqully among the existing nodes. It it a sequential file at output?
by kumar_s
Tue Aug 01, 2006 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting when running with large data sets
Replies: 7
Views: 2286

Have you checked for the disck space for all the nodes where the dataset lands. But still, it shouldnt give you this inormation. :?
by kumar_s
Tue Aug 01, 2006 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record count in Data Stage Seq file
Replies: 26
Views: 16158

If I understand you requirement, you need to configure your partiton for each run by chaing the apt file in the follwoing line ErrCode = DSSetParam(hJob1, "$APT_CONFIG_FILE", "/dstage/Ascential/DataStage/Configurations/8 Node Configuration.apt") If Iam right, what stops you to use parameterize the f...
by kumar_s
Tue Aug 01, 2006 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combining already sorted data
Replies: 4
Views: 1093

Stable sort will help to maintain the same position of the data with in the group as it is from the source.
If this is what you are looking for.
by kumar_s
Mon Jul 31, 2006 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combining already sorted data
Replies: 4
Views: 1093

Use stable sort option.
by kumar_s
Mon Jul 31, 2006 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record count in Data Stage Seq file
Replies: 26
Views: 16158

Have a parameter file in the following formate Filename1 = filename1.txt Filename2 = filename2.txt ... ... With the below code, you can call the job with each filename in a loop. For each time you can change the parameter file for configuring the filename. OpenSeq <filename> to vFileVar else Call DS...
by kumar_s
Mon Jul 31, 2006 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record count in Data Stage Seq file
Replies: 26
Views: 16158

Now I get a doubt whether you could able to make use of parameters in the code. But let me make sure, you have used the funciton as Call DSLogInfo(..) right? Hope you also have INCLUDE DSINCLUDE JOBCONTROL.H at the start.
But the best way is to read the parameter from an external file.
by kumar_s
Mon Jul 31, 2006 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling DataStage job from Unix script
Replies: 8
Views: 7001

Hi Ramesh,
Are you trying to say something :wink:
by kumar_s
Mon Jul 31, 2006 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify to "truncate" timestamp
Replies: 6
Views: 2788

Check the post "Difference between Transformer Stage and all other stage". You can also find the controversial fact given by Pneuma Lin and opdas. you can also find the interesting Vincents bog.