Search found 83 matches

by Inquisitive
Wed Jul 06, 2005 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting orphaned datasets
Replies: 2
Views: 1532

Deleting orphaned datasets

Hi
Is there any command for identifying and deleting orphaned datasets ( datasets whose descriptor files have been deleted) ?

Thanks.
by Inquisitive
Sat Mar 26, 2005 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comparison between 2 rows
Replies: 8
Views: 3125

It is quite Interesting, My solution would be: If your File is going to be Uniform as u mentioned, with sme structure all along, Use sed command to organise it as follows: Case 11 Date1 = <value> date2 = <value> i.e concatenation of each 3 rows in a single row. Then Read it as a sequential file and ...
by Inquisitive
Thu Dec 09, 2004 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading timestamp field having format mm/dd/yyyy hh:mm:ss AM
Replies: 1
Views: 1464

Reading timestamp field having format mm/dd/yyyy hh:mm:ss AM

Is it possible to read a timestamp field having the following format in a sequential file (parallel job) using the SQL Type as timestamp?



Format: mm/dd/yyyy hh:mm:ss AM/PM
by Inquisitive
Tue Nov 09, 2004 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $APT_ORAUPSERT_COMMIT_ROW_INTERVAL
Replies: 1
Views: 1827

$APT_ORAUPSERT_COMMIT_ROW_INTERVAL

Hi I have set $APT_ORAUPSERT_COMMIT_ROW_INTERVAL=1000000000 in a fact load job that typically handles volumes of 100,000. The idea is to do a database commit after all the records are inserted. If the job aborts, Oracle should do a rollback. However, I find that the inserted records are getting comm...
by Inquisitive
Thu Aug 12, 2004 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: Fatal Error: index arg (3) exceeds count: 3
Replies: 0
Views: 1243

main_program: Fatal Error: index arg (3) exceeds count: 3

We have just upgraded from datastage (PX) 7.0 to 7.0.1 . There is a job thats working fine on 7.0 but when we try to run it on 7.0.1 it gives the following Fatal error and aborts

main_program: Fatal Error: index arg (3) exceeds count: 3"

Any pointers on what could be the possible reason.
by Inquisitive
Thu Aug 12, 2004 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: main_program: Fatal Error: index arg (3) exceeds count: 3
Replies: 1
Views: 784

main_program: Fatal Error: index arg (3) exceeds count: 3

We have just upgraded from datastage (PX) 7.0 to 7.0.1 . There is a job thats working fine on 7.0 but when we try to run it on 7.0.1 it gives the following Fatal error and aborts

main_program: Fatal Error: index arg (3) exceeds count: 3"

Any pointers on what could be the possible reason.
by Inquisitive
Fri Jun 04, 2004 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issues with the Copy Stage
Replies: 1
Views: 935

Performance issues with the Copy Stage

Hi, I have a Job where I am reading Data From the Dataset, and a Copy Stage sends data across 3 separate Links with sort stage followed by a dataset. Input data has 20 columns and for processing 20 rows the Job is taking almost 3-4 minutes. It seems to be issue with Copy Stage. When I observed throu...
by Inquisitive
Wed May 26, 2004 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Signed Decimal Data ( COBOL) through Sequential File
Replies: 2
Views: 1588

Reading Signed Decimal Data ( COBOL) through Sequential File

I am trying to read a COBOL file through a sequential file in Datastage (7.0). It has few Signed Decimal Fields ( PIC S9(7)V9(2) ). When I read it through sequential file Stage ( Parallel Job Ver 7.0) it was giving some arbitrary values. When we tried samething with the CFF Stage in Server Job we ar...
by Inquisitive
Mon May 03, 2004 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a Dataset
Replies: 3
Views: 3445

Splitting a Dataset

Is it possible to split a Dataset through Unix and use the split files as inputs to a DataStage PX Job ?

if so, what are the precautions that one needs to take ?
by Inquisitive
Wed Apr 14, 2004 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStaging is supposed to give me a Restart point but......
Replies: 1
Views: 588

DataStaging is supposed to give me a Restart point but......

For the below mentioned approach, let say I extract and create a seq file of 65 million records. I do not have a process lookup. This file is an input to my process transform with the limitation that I do not have a staging area. So My process transform needs to create a load file. When processing t...
by Inquisitive
Wed Apr 14, 2004 5:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How Do i read and write to a oracle table at the same time..
Replies: 17
Views: 7363

Restarting at a Restart point

For the below mentioned approach, let say I extract and create a seq file of 65 million records. I do not have a process lookup. This file is an input to my process transform with the limitation that I do not have a staging area. So My process transform needs to create a load file. When processing t...
by Inquisitive
Wed Apr 14, 2004 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help Reqd( Binary Packed Decimal )
Replies: 3
Views: 1778

Help Reqd(Packed Binary Decimals)

How do we go about using these routines (DATATYPEPICCOMP3xxx )?
Is it possible to use it with parallel jobs? or only with server jobs ?
by Inquisitive
Tue Apr 13, 2004 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling PL/SQL procedures in Oracle from DataStage
Replies: 1
Views: 995

Calling PL/SQL procedures in Oracle from DataStage

1) Can PL/SQL procedures on Oracle Database (that have a return value) be called from DataStage ? Would I need an ODBC driver ? 2) If the answer to Question 1 is "NO", can I make a call to a ProC function which in turn calls the PL/SQL procedures ? 3) Are there alternative solutions ? Woul...
by Inquisitive
Thu Apr 08, 2004 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help Reqd( Binary Packed Decimal )
Replies: 3
Views: 1778

Help Reqd( Binary Packed Decimal )

Would Datastage process files containing fields with Binary Packed Decimal data? The file type can be Mainframe extracts or CSV Files.
by Inquisitive
Fri Apr 02, 2004 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DataStage read data from Excel Files with multiple tabs
Replies: 5
Views: 5931

Can DataStage read data from Excel Files with multiple tabs

An excel file to be processed has information in several tabs. The need is to read data from two of the tabs. Is it possible to do that using datastage? If not, can you recommend a solution ?