Search found 19 matches

by nishtala
Mon Aug 04, 2008 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets for a job
Replies: 4
Views: 2097

Thanks for the reply ...

it seems a long way I was hoping to see some ORCHADMIN command or some thing like that...

I will check more options if you know any shorter way plaese let us know...

Thanks
by nishtala
Mon Aug 04, 2008 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets for a job
Replies: 4
Views: 2097

Datasets for a job

Hi

Is there a command like dsjobs -lstages to find out what all datasets are used in a patricular job.

Example : If job A has 3 data sets a,b,c

output of command be like

Job A a
Job A b
Job A c

Thanks in advance
by nishtala
Thu Jul 31, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Counts from Data Set
Replies: 5
Views: 2487

DSrecords command works

Thanks
by nishtala
Wed Jul 30, 2008 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Counts from Data Set
Replies: 5
Views: 2487

Hi Is this "orchadmin describe -d -l <your dataset file> " is what I use in a transformer ? We want to have this is some job like we will pass a list of datastets to it and we need to put dataset name and the record count in each into a file with two columns FileName and RecordCount. from ...
by nishtala
Wed Jul 30, 2008 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Counts from Data Set
Replies: 5
Views: 2487

Record Counts from Data Set

Hi

We need to read a dataset and get the number of records in it and write it into a file

Is there function or system routine or some command which will help me achieve this.

Thanks in advance
by nishtala
Tue Jul 29, 2008 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line - Paramenters
Replies: 7
Views: 4700

" param ParameterSet.Param1= value " part did the trick, it works.

Thanks a lot
by nishtala
Tue Jul 29, 2008 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line - Paramenters
Replies: 7
Views: 4700

We will try this option and let you know if it works... Thanks for your responses
by nishtala
Tue Jul 29, 2008 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line - Paramenters
Replies: 7
Views: 4700

I am looking to command line which will pass the parameter set a set of values and use the generic job and after it finishes use another paramenter set values for to run the same job.

It will be great if you can give me a syntax to use.

Thanks
by nishtala
Tue Jul 29, 2008 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line - Paramenters
Replies: 7
Views: 4700

Command Line - Paramenters

Hi Gurus, We have paramenter sets defined for a datastage job which does a generic CDC, we pass parameters of table names and connetions and all that good information. From datastage when we run we select the parameter to be passed and run. Now we have to do it autosys so we need a command line synt...
by nishtala
Tue Jul 15, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Binary to Int covertion
Replies: 2
Views: 1502

[quote="dsnovice"]In server there is Oconv with MB Option.. in Parallel you could try using the encode/decode stages..

Thank you,

a novice[/quote]

We are on parallel edition
by nishtala
Tue Jul 15, 2008 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Binary to Int covertion
Replies: 2
Views: 1502

Binary to Int covertion

Hi All,

Is there a function in Datastage to convert binary into int format

let us know
Thanks
by nishtala
Thu Nov 15, 2007 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Handling Server edition 7.5
Replies: 6
Views: 2869

[quote="ds_developer"]You can find that type of information in the JOBCONTROL.H file that is in the dsinclude directory of the project.

John[/quote]

Thanks a lot John, I found what I needed.
by nishtala
Thu Nov 15, 2007 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Handling Server edition 7.5
Replies: 6
Views: 2869

[quote="ray.wurlod"]There are thousands of error codes. Your database documentation should have a manual that describes them, and probably has a utility that decodes them. For example the Oracle utility is the [b]oerr ...[/quote] we have DSJS.RUNOK routine which gives the status of the job...
by nishtala
Tue Nov 13, 2007 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Handling Server edition 7.5
Replies: 6
Views: 2869

Error Handling Server edition 7.5

Hi, When the Datastage rejects some rows based on the erros in data types or data overflow etc, is there a way to capture those reject code and description why it is rejected. How many different reject codes are there... is there some place in where I can find all that information. I want to populat...
by nishtala
Tue Nov 13, 2007 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Common commands
Replies: 1
Views: 1214

Common commands

Hi I want to post this as a working document and also as reference for many like mw who are curious about commonly used commands. Please help me and others sharing vast knowledge you all have. COMMANDS 1. to delete a job via command DELETE FROM DS_JOBS WHERE NAME = 'JobName' 2. clear hash or delete ...