Search found 5168 matches

by kumar_s
Fri Oct 06, 2006 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About data type conversion
Replies: 6
Views: 1398

Hi Pavan,
If you source have the decimal part, read it as varchar, and discard the decimal part. Since its a fixed width, hope '.' wont be there. Or read as integer and divid by 100 if decimal part digit is 2. you can also try to use Int() function.
by kumar_s
Fri Oct 06, 2006 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to build an external filter stage
Replies: 3
Views: 2704

If $1 is the column passed, try with

Code: Select all

echo $1 | grep "A" or grep "A" $1
by kumar_s
Fri Oct 06, 2006 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Packed Data from Db2 table
Replies: 4
Views: 1523

You can use the datatype conversion avaialble in Transformer (sdk function available in DS Transform). Find the exact type in mainframe and use the appropriate function.
by kumar_s
Fri Oct 06, 2006 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Packed Data from Db2 table
Replies: 4
Views: 1523

Why not to use DB2 API and Decimal datatype.
by kumar_s
Fri Oct 06, 2006 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository....
Replies: 8
Views: 2515

Do you want to delete all the available content in the repository?
Do you want to delete files and jobs that used no more?
by kumar_s
Fri Oct 06, 2006 12:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Proces id..
Replies: 4
Views: 1451

Unique identification for each process is process id. :)
What steps you are expecting?
by kumar_s
Thu Oct 05, 2006 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: complex falt file (CFF)
Replies: 3
Views: 1458

Just one byte shift in the layout will give you a ladder effect of the whole file with the fixed widthformat. You can start the check from the filler to check if the data in the column before to the filler column are populated corectly. If so you can add or remove one or two byes from filler as a tr...
by kumar_s
Thu Oct 05, 2006 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController warning in DS parallel job
Replies: 5
Views: 1366

But you cannot escape from getting warning related to this. Better do a conditional check prior to load.
by kumar_s
Thu Oct 05, 2006 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running more than 3 jobs in a sequence- giving a fatal error
Replies: 9
Views: 2599

Check to that, if it is pointin to only the 4th job that your are trying to attach. If not in parallel, trigger it in series. Check if any other job been executed in server at the same time.
by kumar_s
Thu Oct 05, 2006 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 6485

Make sure the fully qualified paths are been used in the shell. Also check if any Environmental variable been used, which is not avialable from datastgage.
If no, paste the exact script been used and exact error message that appear in Director. That will be usefull to indentify the fact.
by kumar_s
Thu Oct 05, 2006 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge 2 different files
Replies: 7
Views: 1342

Converting into single large varchar column before Link Colelctor might also help.
by kumar_s
Thu Oct 05, 2006 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server to Parallel conversion into Lookup fileset
Replies: 9
Views: 3178

Optionally you can strip off the header in Before Job Subroutine or Filter command using 'tail +2".
by kumar_s
Thu Oct 05, 2006 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 6485

Parameters need not be be passed if not required. But you may need do mention clearly, about what is not working.
Are you getting any warning/Error? Or the output is not expected?
by kumar_s
Thu Oct 05, 2006 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Autosys and Wait
Replies: 4
Views: 2443

Or try to create a script which can be executed at end of the first job,which will actually schedule the second job after 7 days.
by kumar_s
Thu Oct 05, 2006 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No such file or directory error
Replies: 10
Views: 4486

One more option to check, it may sound ridiculous, but I faced one such problem in some old version of Server editon. Diplay length more than the datalength while declaring metadata.