Search found 141 matches

by scorpion
Sat Mar 18, 2006 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to call a shellscript in middle of the job run
Replies: 4
Views: 1678

how to call a shellscript in middle of the job run

hi all,

is there any scope to call a shell script in middle of the job run.
means it is not in before,after job sub routines.

tx
by scorpion
Wed Mar 08, 2006 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: changing the dateformat
Replies: 7
Views: 2542

need help on date format

hi all,

cau any one helpme on this?

tx
by scorpion
Fri Mar 03, 2006 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml output format issue
Replies: 1
Views: 1000

xml output format issue

hi all, i am getting some issue in output format in xml file. i am trying to generate an xml output file from .csv file. 1. If Type and Description are distinct then the output xml is as follows: <root> <ApplicationPrincipals> <Name>JNewton</Name> <Description></Description> <Type>1</Type> </Applica...
by scorpion
Sun Feb 26, 2006 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: changing the dateformat
Replies: 7
Views: 2542

changing the dateformat

Hi all,

can any one direct me about changing the date format..

my input is like:

Thu Jan 19 16:59:51 EST 2006

but i need to output as like:

YYYY-MM-DD T 00:00:00 (format)

it will be done by using iconv or oconv functions.but i am not getting reqd.output
can any one help me with exact syntax
by scorpion
Sun Feb 26, 2006 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to set different values forsamecoloumn in different rows
Replies: 12
Views: 6457

hey Thanks alot Chullet, it is working fine...i need to display "(double quotes)in the field value.. as you said i append single quotes before and after the values... now i got the required out put value... output is an .csv file but when i open in wordpad i found 3 double quotes synbols instea...
by scorpion
Sun Feb 26, 2006 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to set different values forsamecoloumn in different rows
Replies: 12
Views: 6457

Thanks! Chullet, Tried "if then else" with @OUTROWNM in derivation of Transformer,it is working fine. i need default value for a ouput coloumn like "Employee= " : link.coloumnname: " , Dept=S_CODE" Note: link.coloumnname is the value of one input coloumn so i need displ...
by scorpion
Sun Feb 26, 2006 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to set different values forsamecoloumn in different rows
Replies: 12
Views: 6457

hi kcs/ArndW thanks for your replies,can you please help me out detail syntax. Example: for "empno" coloumn, i need to display the value for first row is "x" and for remaining rows (>1st row),i need to display the value is "y" can you please give me exact syntax to defi...
by scorpion
Sat Feb 25, 2006 3:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: joining different sources in server jobs
Replies: 2
Views: 2085

joining different sources in server jobs

hi all,

what is the better way to join 2files or 1file&1databasetable or 2database tables.

how can we achieve join perform in serverjobs.i am using 7.5.1A
by scorpion
Sat Feb 25, 2006 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to set different values forsamecoloumn in different rows
Replies: 12
Views: 6457

how to set different values forsamecoloumn in different rows

hi all, can any one please help me how to set the values of columns for different rows. i.e. i need to set a output column value for first row is(default to "x") and from second row onwards(>first row) the value of the same coloumn should be (default to "y") how can i perform thi...
by scorpion
Tue Feb 21, 2006 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CSV to XML Issues
Replies: 3
Views: 1437

Thanks ,I will try this way and let you know further
by scorpion
Tue Feb 21, 2006 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output issue
Replies: 3
Views: 1400

ThanksCraig for your quick response, We only have sequential CSV source files, we need to format the same into XML target files. We don't have any XML files ready to import via metadata importer. But I understand that to generate XSD files we would require XML files. We do not have any XML files so ...
by scorpion
Tue Feb 21, 2006 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output issue
Replies: 3
Views: 1400

XML output issue

hi all, i am stucked with one of requirement ,can any one please helpme on this... I want to convert .csv(input) file to .xml file(output) input.csv file format userid lastname firstname email jack wilson james JWILSON@XXX.COM job design : seqfile------------->transformer------------.>xml out In Tra...
by scorpion
Mon Feb 20, 2006 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ranking
Replies: 1
Views: 1328

Ranking

hi all,
how do we apply ranking logic using datastage.
as similar as "RankTransformation" in Informatica.
can any one help me on this

tx in advance
by scorpion
Thu Feb 16, 2006 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure
Replies: 2
Views: 2382

stored procedure

hi all,

can any one please direct me to find "how to call stored procedures in datastage"

tx in advance
by scorpion
Fri Feb 10, 2006 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to find count of nodes or processors
Replies: 2
Views: 1254

how to find count of nodes or processors

hi all, as i am very new to datastage development environment,i am prettymuch confused to know about "howmany processors or nodes defined in my project" i connect the client systems through remote connections and develop the datastage parrellel jobs. can any one please helpme to find out h...