Search found 65 matches

by srds2
Thu Jun 07, 2012 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PM_PLAYER_TIMING Env Variable enabled
Replies: 9
Views: 4115

APT_PM_PLAYER_TIMING Env Variable enabled

Hello all, One of my datastage parallel job is running for long.And, it varies from day to day with the same number of input records. On a given day it runs for about 1 hr and on some other day it runs for four hours. I have enabled APT_PM_PLAYER_TIMING variable in Admin to see the elapsed times of ...
by srds2
Thu Mar 22, 2012 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key limit
Replies: 2
Views: 1620

Thanks Ray for the information. I will implement this logic in my job and check the result.

Thanks.
by srds2
Tue Feb 07, 2012 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove first four rows from file
Replies: 22
Views: 6234

Use Before job subroutine to call a unix script where you can delete the first 5 lines.
by srds2
Tue Feb 07, 2012 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to allocate communication resources...
Replies: 3
Views: 2812

Did you check if your temp space is full
by srds2
Sat Feb 04, 2012 7:54 pm
Forum: General
Topic: Issue with Logs using dsjob
Replies: 2
Views: 1601

Thank you so much for the reply..Figured it out
by srds2
Thu Feb 02, 2012 8:29 am
Forum: General
Topic: Issue with Logs using dsjob
Replies: 2
Views: 1601

Issue with Logs using dsjob

Hello, I am trying to log the details of logs of every run to a file I am using lognewest to record the newest eventid before job run and also after job run. Now, I want to use -logsum option which doesn't have the "entry" as an argument like -logdetail have. (I am using -logsum option bec...
by srds2
Tue Jan 24, 2012 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset sort order not working
Replies: 2
Views: 963

Do a Hash partition and sort on input links before sending the data to Change Capture stage
by srds2
Tue Jan 24, 2012 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices Transformer stage in a Parallel job
Replies: 2
Views: 1109

Thank a lot for the reply....
by srds2
Mon Jan 23, 2012 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices Transformer stage in a Parallel job
Replies: 2
Views: 1109

Webservices Transformer stage in a Parallel job

Hello,

Can you please let me know if Webservices Transformer stage can be used in a Parallel job(if not, can it be used in parallel job with single node).
In the documentation, it was given ,
we can access web service operations within a DataStage server job.

Thanks.
by srds2
Mon Jan 09, 2012 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate unusual scenario
Replies: 7
Views: 2558

I guess you can concatenate Left(CurrentDate(),'2') to YY before you convert it to YYYY
by srds2
Sat Dec 17, 2011 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat file- Multiple Record Types
Replies: 19
Views: 23716

Thanks Franklin and Aruna for your response. I will try with all the possibilities and come back with the results.

Thank You!
by srds2
Thu Dec 15, 2011 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat file- Multiple Record Types
Replies: 19
Views: 23716

Thanks a lot Franklin for taking time to provide me with a very helpful information. Yes, I am able to see the Record Type as Implicit in the layout if I set the record type as Fixed/fixed block under Properties. Can you please help me in understanding by sharing your thoughts on below. If my record...
by srds2
Thu Dec 15, 2011 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat file- Multiple Record Types
Replies: 19
Views: 23716

Hi Aruna, Yes, I have created separate jobs (For header and Detail records) to extract just Header alone and Detail alone with single record definition in CFF stage. Those single record definition jobs ran fine but the problem comes when I tried to create Multiple Record types in CFF stage to extrac...
by srds2
Thu Dec 15, 2011 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat file- Multiple Record Types
Replies: 19
Views: 23716

Hi Franklin, Can you please confirm my understanding below regarding the Data Control blockData? Data Control block is a 2 or 4 bytes filed which will show the length of the record in a Variable block file. So, to read a variable block file we need to have this Data Control Block in our input file? ...
by srds2
Wed Dec 14, 2011 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat file- Multiple Record Types
Replies: 19
Views: 23716

Thanks for your response Franklin. I have tried with "Fixed" record type but unfortunately it also didn't work. The job was getting aborted with the same errors as the Fixed block job. I am waiting on receiving the Data Control Block information from the MainFrame team, I will post here as...