Search found 51 matches

by rhaddur
Mon Sep 12, 2011 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 3
Views: 2476

Pivot Stage

I am doing pivoting

input 3 columns
col_1,col_2,col_3
1 0 2


Output ( 2 column s
Pivote

col1 , col2
1,0,
1,2

I am getting Output
1,0
1,2
1,
i.e one extra recrod with blank col 2 generated , is this expected
by rhaddur
Sat Apr 24, 2010 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which format the export file stored
Replies: 3
Views: 2075

which format the export file stored

I am doing export using the following command ./istool export -domain XXXX -u dsadm -p **** -archive dpr_dev.dsx -ds '-base="HOST/dpr_PROJ_dev" Jobs/*/*.*' When I do cat The output dsx file dpr_dev.dsx it is giving output in binary format , instead normal format Query Which format the dsx ...
by rhaddur
Fri Mar 19, 2010 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 STAGE deadlock issue
Replies: 1
Views: 7062

DB2 STAGE deadlock issue

In a Parellel job to 4 different streams of update, insert and delete records in a table at the same time. IS IT leads dead lock Contstaints Source DB2---------Transformer Conditon1------- DB2 ( TABLE A INSET) --------Conditon2--------------- DB2 ( TABLE A UPDAT) --------Conditon3--------------- DB2...
by rhaddur
Sat Feb 20, 2010 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds Export
Replies: 5
Views: 1845

ray.wurlod wrote:When you get to 8.1 or later, you will be able to use istool (Information Server Manager) for this functionality. It is available server and client side.... ...

Thanks for your information is it the same command used in 8.x server
by rhaddur
Fri Feb 12, 2010 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds Export
Replies: 5
Views: 1845

Ds Export

What is the Equivalent command in Unix OS to take the backup

dscmdexport /H=hostname /U=username /P=password project_name export_file_path [/V]
by rhaddur
Fri Jun 05, 2009 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile a job - through command line
Replies: 8
Views: 5595

dcc utilty

nagarjuna wrote:Yes , you can compile a compile a job using dscc utility from client box only
Can you please elaborate what exactly the dscc utility
by rhaddur
Thu Jun 04, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile a job - through command line
Replies: 8
Views: 5595

How to compile a job - through command line

I want to compile job through command line is there any way please let me know
by rhaddur
Wed Apr 15, 2009 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to fetch Meta data of table or file to a file
Replies: 9
Views: 3599

It's actually more difficult in version 8, for example because DS_METADATA (which holds table definitions in earlier versions) now holds only category (folder) "pathnames" - the actual table definitio ... When I am running the following query SELECT * FROM DS_JOBOBJECTS , DS_JOBS WHERE DS...
by rhaddur
Tue Mar 31, 2009 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to fetch Meta data of table or file to a file
Replies: 9
Views: 3599

This SQL statement will return job parameters. Exactly what metadata do you need. You need source and target table names? You need column names too? You need run time metadata like job start and end t ... Thanks for your reply I am expecting the query , which will give the, Table names and its meta...
by rhaddur
Thu Mar 26, 2009 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to fetch Meta data of table or file to a file
Replies: 9
Views: 3599

'Fetch' why, for wwe able to get job parameters using SELECT EVAL DS_JOBOBJECTS."@RECORD<14>" AS Param_Name, EVAL DS_JOBOBJECTS."@RECORD<16>" AS Prompt, EVAL DS_JOBOBJECTS."@RECORD<19>" AS Type, EVAL DS_JOBOBJECTS."@RECORD<17>" AS Default_Value, EVAL DS_JOBOB...
by rhaddur
Fri Mar 20, 2009 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to fetch Meta data of souce or target stage to a file
Replies: 1
Views: 1021

How to fetch Meta data of souce or target stage to a file

we able to get job parameters using SELECT EVAL DS_JOBOBJECTS."@RECORD<14>" AS Param_Name, EVAL DS_JOBOBJECTS."@RECORD<16>" AS Prompt, EVAL DS_JOBOBJECTS."@RECORD<19>" AS Type, EVAL DS_JOBOBJECTS."@RECORD<17>" AS Default_Value, EVAL DS_JOBOBJECTS."@RECORD...
by rhaddur
Fri Mar 20, 2009 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to fetch Meta data of table or file to a file
Replies: 9
Views: 3599

How to fetch Meta data of table or file to a file

I want to fetch metadata of any source or target stage

of type db2 or seq file to xls file
by rhaddur
Tue Feb 10, 2009 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How many jobs we can run at one shot
Replies: 5
Views: 1228

Sainath.Srinivasan wrote:...also how big is your job..!!
each job contains 10 to 12 stage

how this info related to my query
by rhaddur
Tue Feb 10, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How many jobs we can run at one shot
Replies: 5
Views: 1228

How many jobs we can run at one shot

Hi All,

I am planning to schedule around 100 jobs in Control M ,
These all are independents jobs.

My questions:

1)Is it recomended to run 100 jobs at one shot.

2) Is there any limitations that we can run N jobs at one shot
by rhaddur
Tue Jan 20, 2009 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Implementation
Replies: 3
Views: 1175

miwinter wrote:MSD???
MSD= most significant digits