Search found 726 matches

by zulfi123786
Sun Sep 27, 2009 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what happens internally when a job is reset
Replies: 3
Views: 1732

what happens internally when a job is reset

If a job aborts it is required eighter to reset it or compile it in order to rerun the job, why is this required, what happens when a job is reset which makes it eligible for re-run?
by zulfi123786
Wed Sep 23, 2009 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to hash the incomig data into different seq files, how?
Replies: 6
Views: 1602

Yup!!!! i do know but this is the current Environment which is setup in Production......... and i don't have the authority of changing the config file, I need to find some way using the what is existing.
by zulfi123786
Wed Sep 23, 2009 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to hash the incomig data into different seq files, how?
Replies: 6
Views: 1602

we are not supposed to change the config file ... the current one is a single node one.....
by zulfi123786
Wed Sep 23, 2009 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to hash the incomig data into different seq files, how?
Replies: 6
Views: 1602

need to hash the incomig data into different seq files, how?

Hi ,
I have a huge chunk of data which i need to put into different files based on a key. which stage does this???

Primary aim is to sort the entire data but unix sort fails as the file is huge, hence devide the data into diff files and then apply trasformation then concatenate diff files.........
by zulfi123786
Sun Sep 20, 2009 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in understanding "KeyMgtGetNextValueConcurren
Replies: 1
Views: 1135

Need help in understanding "KeyMgtGetNextValueConcurren

The code for the above routine is EQUATE RoutineName TO 'KeyMgtGetNextValueConcurrent' If NOT(Initialized) Then * Not initialised. Attempt to open the file. Initialized = 1 Open "SDKSequences" TO SeqFile Else * Open failed. Create the sequence file. EXECUTE "CREATE.FILE SDKSequences 2...
by zulfi123786
Tue Sep 15, 2009 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COUNT DS_JOBOJBECTS command not working in the Administrator
Replies: 3
Views: 1238

COUNT DS_JOBOJBECTS command not working in the Administrator

Hi,

I am trying to run the above command at Datastage administrator
the error i am getting is :

"Retrieve: Syntax error. Unexpected sentence without filename."

How can i get the count of entries in DS_JOBOJBECTS???
by zulfi123786
Sun Sep 06, 2009 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 6389

Thanks for the info!!!!!!!!! :D
where can i find information on how to work with universe queries????
by zulfi123786
Sun Sep 06, 2009 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in understanding Universe query
Replies: 1
Views: 1133

Need help in understanding Universe query

What is @RECORD and what value it contains in the following query???? The query is SELECT DS_JOBS.NAME AS JOB_NAME, DS_JOBS.CATEGORY, DS_JOBOBJECTS.NAME AS OBJECT_NAME, DS_JOBOBJECTS.OLETYPE, EVAL DS_JOBOBJECTS."if index(@RECORD,'#prmSearchArg#',1) = 0 then '0' else 'FOUND' " as REC, EVAL ...
by zulfi123786
Sun Sep 06, 2009 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: select * from DS_JOBOBJECTS doesnot list all columns
Replies: 1
Views: 1199

select * from DS_JOBOBJECTS doesnot list all columns

when i run this query in DataStage Administrator "select * from DS_JOBOBJECTS where OBJIDNO='7244' " it is not listing all columns from DS_JOBOBJECTS....
by zulfi123786
Sun Sep 06, 2009 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvsh not working
Replies: 6
Views: 1854

Re: uvsh not working

By the way for what stuff is this uvsh???? Is it only to run the queries on UV tables???
by zulfi123786
Sun Sep 06, 2009 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvsh not working
Replies: 6
Views: 1854

uvsh not working

I am trying to run this at unix ==> uvsh "select * from DS_JOBS where NAME like 'djpXFMAcctArr'" but getting this error message Could not load program uvsh: Dependent module libgciudt6.so could not be loaded. Could not load module libgciudt6.so. System error: No such file or directory do i...
by zulfi123786
Sat Sep 05, 2009 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 6389

I am familiar with IBM DB2 database and found that the functions in DB2 doesn't work UV tables.... where can i find functions which work with UV tables??? For example: In DB2 to get only first 2 rows "fetch first 2 rows only" is used ... so what is the equivalent in UV? and to know the col...
by zulfi123786
Sat Sep 05, 2009 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 6389

Is there any possibility to know column names this DS_OBJECTS UV table contains using a query in DataStage Administrator???
by zulfi123786
Thu Aug 27, 2009 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 6389

I am trying to learn..... got across this DS_OBJECTS but did not find any documentation related to that.......
checking if someone here has got reference to any documentation regarding the same.
by zulfi123786
Thu Aug 27, 2009 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 6389

I am trying to learn..... got across this DS_OBJECTS but did not find any documentation related to that.......
checking if someone here has got reference to any documentation regarding the same.