Search found 233 matches

by just4u_sharath
Thu Dec 27, 2007 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Query error in Datastage
Replies: 5
Views: 5990

Oracle Query error in Datastage

QUERY Select col1, col2..col18, Null as col9 from .... where.... in Oracle enterprise stage. and for the attribute 16--sql type is varchar and length is 150. when i run this the error i get is "main_program: Fatal Error: Caught ORCHESTRATE exception in main program: APT_ParseError: In field &qu...
by just4u_sharath
Wed Dec 19, 2007 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job performance
Replies: 2
Views: 865

parallel job performance

In My Job, for a single column i have the option of using either left,right functions (column is date column) or type conversions (stringtodate, dateto string). i can use any of these to populate the date columns. Now my question is will there be any performance degradation if i use type conversions...
by just4u_sharath
Tue Dec 18, 2007 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy metadata
Replies: 5
Views: 1399

copy metadata

chulett wrote:In the Designer there's an icon that looks like the Internet Explorer icon - click on it.
Thanks. the generated HTML code was awesome. i like that.
Thanks again.
by just4u_sharath
Mon Dec 17, 2007 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy metadata
Replies: 5
Views: 1399

copy metadata

Generate the HTML job report from the Designer and copy out whatever you want from there. Or if you have the metadata saved in the Manager 'Table Definitions' - double-click on it, switch to the Layout tab, right-click in the data and select 'Save as html file'. Thanks But How can i generate HTML o...
by just4u_sharath
Mon Dec 17, 2007 8:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy metadata
Replies: 5
Views: 1399

copy metadata

how can i copy the metadata from input of the transformer to a notepad file. Is this possible. Or else can i print the metadata of a stage onto a paper.
by just4u_sharath
Fri Dec 14, 2007 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: processing rows
Replies: 2
Views: 1081

processing rows

I have some number of rows. I dont know how many rows i will get from the table. But on the available data i should make some changes leaving the first and last record. I should transform the data which is between the 1st row and last row. How can i accomplish this.
by just4u_sharath
Wed Dec 12, 2007 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate 30 fields
Replies: 3
Views: 1489

concatenate 30 fields

I have a question. i would like to concatenate30 fields which i will get from input. To concatenate i dont like to use a transformer. Is there any other stage in Parallel extender which aids me in concatenating. Only requirement is to concatenate and i transformer should not be used
by just4u_sharath
Mon Dec 10, 2007 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transformer function
Replies: 1
Views: 695

transformer function

Suppose the data is in this format ---yyyymm ex---199012 (year--1990, month--december). Now my question i have to fetch the last day of the this month in 1990 year. given 199012---get last day of month 12 year 1990 given 200203--get last day of month 03 in ear 2002. can you please help me how can i ...
by just4u_sharath
Mon Dec 10, 2007 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer function
Replies: 3
Views: 1744

transformer function

Thanks for the reply.
Can you please give me the specific function with which i can access the last day of month. i looked for it in documentation but i didnt find it. Please reply
by just4u_sharath
Mon Dec 10, 2007 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass values to parameter
Replies: 2
Views: 920

pass values to parameter

i have a value in a single column of dataset. can i pass this value to any parameter f my job
by just4u_sharath
Mon Dec 10, 2007 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer function
Replies: 3
Views: 1744

transformer function

IF i give a data(200012) in the format (yyyymm). can i get the starting date and ending of that respective month. In this case can i get the starting date of 2000year december month (ofcourse starting day for all months will be 1, but is there any function) and ending date of 200year december month(...
by just4u_sharath
Mon Dec 10, 2007 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequencer job skip
Replies: 1
Views: 752

sequencer job skip

I have a strange problem (i guess). In my sequencer i have 10 activities. Is there any way i can run only 6 activities and skip the other 4. Or i can run any 7 activites and skip the remaining. i dont want to run all the activities in sequencer. for some parameters some activites should run and for ...
by just4u_sharath
Fri Nov 30, 2007 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy command
Replies: 2
Views: 1144

copy command

I know that when copying one dataset to another location with ds extension we use orchadmin command. But when i tried to copy a sequentila file to another text file with an extension txt IT ONLY COPIES THE DESCRIPTOR FILE. i dont know how this descriptor came from. Do sequential files also produce d...
by just4u_sharath
Fri Nov 30, 2007 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using parallelism in oracle enterprise stage
Replies: 0
Views: 632

using parallelism in oracle enterprise stage

I am able to extract the data using oracle enterprise stage parallely.what i am doing is under Server options: partition table is name of the table, query is user defined query and i have written a query. when i compared the counts produced when i extracted paralley with the extracted count produced...
by just4u_sharath
Fri Nov 30, 2007 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete datasets
Replies: 4
Views: 1540

delete datasets

I did the same thing using "orchadmin rm -f controlfile1.ds controlfile2.ds controlfile3.ds" in execute command activity. It is working. Is this wrong approach command line:orchadmin rm -f parameters:controlfile1.ds controlfile2.ds controlfile3.ds Please tell me abt this approach and anyy ...