Search found 5168 matches
- 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
- 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
- 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...
- 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
- Tue Aug 01, 2006 10:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unix file move
- Replies: 5
- Views: 870
- 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
- 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
- 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
- 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...
- 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
- 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
- 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...
- 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
- 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
- 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