Search found 8 matches

by ssbhas
Thu Aug 19, 2010 8:47 am
Forum: General
Topic: Protect or Unprotect a project in DS 8.1
Replies: 4
Views: 3840

Protect or Unprotect a project in DS 8.1

Protect or Unprotect a project in DS 8.1 - Is there a way to script this task so that we can avoid the usage of the Administrator client to do this? What I am trying to do is write a small script that could be run by dsadm or root when a project needs to be protected or unprotected. The project name...
by ssbhas
Thu Jun 24, 2010 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get list of Dataset Stages in a job from Unix
Replies: 2
Views: 1962

Your search should have turned up the fact that this is a known issue with that particular command line option, from what I recall. Contact your official support provider and see if there is a fixpack / patch available to rectify that... I honestly don't recall. Thanks for the quick reply Craig. Ju...
by ssbhas
Thu Jun 24, 2010 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get list of Dataset Stages in a job from Unix
Replies: 2
Views: 1962

Get list of Dataset Stages in a job from Unix

Hi, I am writing a unix script that gets row counts of records flowing in and flowing out of the job. To achive this, I am first listing all stages in the jobs and searching by naming standsards to detemine if they are incoming or outgoing stages. When I issue the command, dsjob -lstages ProjectName...
by ssbhas
Fri Jul 24, 2009 1:28 pm
Forum: General
Topic: Eliminate duplicates from file and capture in flatfile
Replies: 8
Views: 4302

Use sort stage and filter

I think the best way to capture duplicates is by using "Sort Stage". Define the columns for which you want to find duplicates on as your sort keys and enable "Create Key Change Column". This will create additional column "keyChange". All rows with the value of '0' (zero...
by ssbhas
Thu Jul 26, 2007 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sripping Null Char in DB2
Replies: 2
Views: 1860

Thanks Ray. It worked.
by ssbhas
Wed Jul 25, 2007 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file
Replies: 3
Views: 1951

Best thing is to read the "Configuration File" Chapter in documentaion. You will get a clear picture of what configuration file is.
by ssbhas
Wed Jul 25, 2007 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Archiving DataStage PX DataSets
Replies: 6
Views: 4853

Also, when copied with "orchadmin cp" datastage uses default config file "default.apt". Make sure that the configuration in default.apt is the one you want to use.
by ssbhas
Wed Jul 25, 2007 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sripping Null Char in DB2
Replies: 2
Views: 1860

Sripping Null Char in DB2

Hi all, The APT_STRING_PADCHAR has been initially set to 0x00 and when data is loaded to DB2, DB2EE stage has padded weird boxes for each Char field. http://www.uploadgeek.com/uploads123/2/NullChar.JPG We have changed the value to 0x20. But we need to correct existing data. Can any one of you sugges...