Search found 529 matches

by nagarjuna
Sun Mar 07, 2010 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: one file with multiple layouts
Replies: 9
Views: 5597

What is the source of the file ? Is it coming from mainframe ? You can use CFF or use transformer and split the file
by nagarjuna
Sun Mar 07, 2010 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Derivation
Replies: 4
Views: 2001

It can be done in unix scripting .Try with AWK
by nagarjuna
Sat Mar 06, 2010 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parametrize transformations
Replies: 3
Views: 1160

Then is there any way we can acheive this ?
by nagarjuna
Fri Mar 05, 2010 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parametrize transformations
Replies: 3
Views: 1160

Parametrize transformations

Hi , I have to do transformations on some columns . This transformations will be determined runtime .Can it be possible to pass an expression as parameter and store the value in a file ? Expression1 : A + B -( C * D ) Expression2 : B - E +G Input file contains A, B , ....Z columns . The transformati...
by nagarjuna
Thu Mar 04, 2010 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trimming all VarChar Fields
Replies: 6
Views: 2740

Thats interesting ...I dont that APT_ORACLE_PRESERVE_SPACE wont work for conventional load . Thanks a lot craig for the valuable info. If I am setting that env variable to false and I am receiving a space in a not nullable field then in direct load job will abort . Could anyone confirm if my underst...
by nagarjuna
Thu Mar 04, 2010 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trimming all VarChar Fields
Replies: 6
Views: 2740

Thanks craig for your response .... I have to trim trailing , leading spaces of all varchar fields . When those records loaded into database all varchar fields shouldnt have spaces . I am wondering if this can be acheived without changing the existing jobs . Type of load may be direct or conventiona...
by nagarjuna
Thu Mar 04, 2010 8:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trimming all VarChar Fields
Replies: 6
Views: 2740

Trimming all VarChar Fields

Hi Everyone , I have a requirement to trim all varchar fields . But this requirement came after completion of jobs . I thought of setting the environment variable APT_ORACLE_PRESERVE_BLANKS = FALSE and acheive the requirement .But , there are some not nullable fields . The job will abort if a space ...
by nagarjuna
Tue Mar 02, 2010 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a file from Mainframe server & write it to a UNIX b
Replies: 8
Views: 2654

as specified by ray , you have to transfer the file anyways so do SFTP or FTP
by nagarjuna
Fri Feb 12, 2010 6:00 am
Forum: General
Topic: shell Scripting
Replies: 3
Views: 1804

execute command activity , before / After job routine ...
by nagarjuna
Fri Feb 12, 2010 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: : dsjob command issue
Replies: 5
Views: 3568

cd /opt/IBM/InformationServer/Server/DSEngine

. ./dsenv

cd bin

After that execute the command ..
by nagarjuna
Mon Feb 08, 2010 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Job -- Unable to see the log
Replies: 18
Views: 6135

Is there no way to clear a job in my case ? :(
by nagarjuna
Mon Feb 08, 2010 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to zip files using datastage
Replies: 4
Views: 6244

You can use before / After job rutine and use unix gzip command or in datastage we have stages like compress , encode .
by nagarjuna
Mon Feb 08, 2010 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Job -- Unable to see the log
Replies: 18
Views: 6135

I tried to clear the log but administrator is getting hanged . Can I remove that RT_LOG21 log file from unix system ?
by nagarjuna
Sun Feb 07, 2010 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Job -- Unable to see the log
Replies: 18
Views: 6135

How to find the mapping of a job and its job id ? I believe, RT_LOG_nnn -- nnn is a internal job id . Could you please let me know how to find the value of nnn for a particular job ? I remember we have to query universe tables like ds_jobs or ds_objects .But i dont know the structure and exact query...
by nagarjuna
Sun Feb 07, 2010 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Job -- Unable to see the log
Replies: 18
Views: 6135

Yes craig ..whatever andrew has mentioned is correct ...I remember reading that in one of the post ... Today also i have tried to view the log ..but still giving the same problem ... Is there any way to purge the log through command prompt ?? I cannot clear log through director as clicking that fold...