Search found 46 matches

by dineshrk
Mon May 24, 2010 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character(s) ([xC0]) found converting string issue
Replies: 5
Views: 4461

Invalid character(s) ([xC0]) found converting string issue

Hi, I am getting the below warning while extracting data from sql db, for this i had enabled RCP. Please let me know whether it is related to data issue or i have to change any setting in my job. Please find the below warning for reference. Warning: main_program: Invalid character(s) ([xC0]) found c...
by dineshrk
Thu May 20, 2010 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling run time meta data
Replies: 5
Views: 2650

thank you, now i have an idea to proceed further.

i will get back to you for any issues, once again thanks a lot....
by dineshrk
Thu May 20, 2010 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling run time meta data
Replies: 5
Views: 2650

Re: Handling run time meta data

Hi,

if i am wrong please excuse, i understand that we can parameterize the query, but how do we go for metadata parameterization.
what i mean here is, as metadata is unique for each table and how do we download the metadata dynamically at run time.

Regards,
Dinesh
by dineshrk
Wed May 19, 2010 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling run time meta data
Replies: 5
Views: 2650

Handling run time meta data

Hi, We have a requirement like to have a generic job that handles taking data from a source ( here it is sql db) at run time. Here my question is whether is there any possibility to define metadata at run time, i mean to have a single job which can be used to extract data from different tables havin...
by dineshrk
Tue Mar 30, 2010 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoking Mainframe Stored Procedure
Replies: 2
Views: 1566

ray.wurlod wrote:What database?

For example, if it's DB2, you can call the stored procedure through DB2 Connect. ...
It is a DB2 database only ray. But I need to capture the output parameters and load to a Oracle DB
by dineshrk
Mon Mar 29, 2010 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoking Mainframe Stored Procedure
Replies: 2
Views: 1566

Invoking Mainframe Stored Procedure

How to invoke a mainframe stored procedure.
Actually there are no input parameters. This SP is run on a staging table.
there is one return code and 20 output parameters.
by dineshrk
Mon Feb 01, 2010 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing Mainframe shadow program from datastage
Replies: 5
Views: 1811

executing Mainframe shadow program from datastage

Hi,

Can you please guide us in handling to execute Mainframe shadow program using datastage.
As I have no idea in proceeding with mainfram integrated with datastage, Please let us know the procedure in what way we have to follow.

Thanks
by dineshrk
Wed Aug 26, 2009 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: installing different datastage server in a single unix box
Replies: 2
Views: 1336

installing different datastage server in a single unix box

Can you please let us know whether it is possible for installing different datastage server (7.5,7.5.2) in a single unix box with out over writing.
by dineshrk
Sun Apr 19, 2009 11:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg odbc stored procedure
Replies: 5
Views: 1903

chulett wrote:Are you certain you've got a valid / working stored procedure? Tested it outside of DataStage? ...

It is a valid working one and it returns a result set in the Query Analyzer. :(
by dineshrk
Thu Apr 16, 2009 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg odbc stored procedure
Replies: 5
Views: 1903

Reg odbc stored procedure

[quote="chulett"]Warning? What warning?[/quote The warning is " CopyOfTEST_SP..Transformer_20.Ref_data: DSD.BCIPut call to SQLExecute failed. SQL statement:{call IntlHeadCount.dbo.sp_user_scope_ifeed(?)} SQLSTATE=24000, DBMS.CODE=0 [DataStage][SQL Client][ODBC][DataDirect][ODBC SQL Se...
by dineshrk
Thu Apr 16, 2009 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg odbc stored procedure
Replies: 5
Views: 1903

Reg odbc stored procedure

We are getting warning while accessing a stored procedure, which takes a single parameter from a sequential file and returns a result set of 3 columns. we need to know how to pass parameter value by taking from a file to the ODBC stage to trigger SP and capture the result set in a file.
by dineshrk
Thu Feb 05, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can column layouts be defined dynamically?
Replies: 8
Views: 2675

If there is no transformation, you can use schema files. But your requirement appears quite vague. Why use datastage to just pick a few columns? I cannot see any step before or after this activity. Actually there is no transformation. It is almost like filtering out few different columns everyday.
by dineshrk
Thu Feb 05, 2009 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can column layouts be defined dynamically?
Replies: 8
Views: 2675

Sainath.Srinivasan wrote:Can do.

How do you intend to find which columns are required in output?

they will place the input file and the output file layout (i.e) the column names required that day in the same path
by dineshrk
Wed Feb 04, 2009 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can column layouts be defined dynamically?
Replies: 8
Views: 2675

Can column layouts be defined dynamically?

As per my requirement, both the input and output file layouts are dynamic for example if 100 columns are there in the input and 50 columns are wanted in the output today, Tomorrow there may be 120 columns in the input and 70 columns in the output. Can we incorporate this in datastage? **Note - subje...
by dineshrk
Thu Jan 22, 2009 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Files
Replies: 4
Views: 1983

Hash Files

When writing data to Hash files it is treating the below values as one and over writing the data.

256785A
256785a

Is there a solution to it as they are distinct values for me.