Search found 60 matches

by G.K.K
Wed Jul 29, 2009 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 12251

how to pass execute command o/p to job as a parameter?

This would not work with a before-job subroutine. The correct way to implement this is to use a job sequence where you execute your external command(s) and then pass the results to the job as parameters; those can then be used in your transform stage. hi ArndW, i create a job sequence with the exec...
by G.K.K
Wed Jul 29, 2009 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 12251

how to pass execute command o/p to job as a parameter?

This would not work with a before-job subroutine. The correct way to implement this is to use a job sequence where you execute your external command(s) and then pass the results to the job as parameters; those can then be used in your transform stage. hi ArndW, i create a job sequence with the exec...
by G.K.K
Wed Jul 29, 2009 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 12251

Before job-subroutine --> need help

Hi All, I have a scenario like: i have a source sequential file, i need to get the total number of rows for that file in to the transformer stage and need to be load the count in to the database. i used the before-jobsubroutine by execut shell option and input value as awk 'END{ print NR}' <filename...
by G.K.K
Fri May 01, 2009 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any ds command to find the folder name in v.8.0.1
Replies: 1
Views: 1022

Is there any ds command to find the folder name in v.8.0.1

hi :) Is there any DS Command to Find the Particular Folder name and export it from the entire project. I am Working in DS commands in different Versions of Datastage 7X and 8X. In 7X dssearch command is working but in 8.0.1 it is not working. Through dssearch command we can find the fodler name und...
by G.K.K
Fri May 01, 2009 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import of entire project failed.
Replies: 1
Views: 655

Import of entire project failed.

Hi :) I am using the IBM AIX SERVER , it has Datastage Ibm Websphere 8.0.1 and oracle 9i. Now my hard disk has been crashed in Aix Server. Before that happens i have taken the entire project Back as .dsx using DSCMDEXPORT command through unix shell scripting which was scheduled. Now the .dsx file wh...
by G.K.K
Tue Feb 17, 2009 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup of folder using dsexport command
Replies: 14
Views: 11524

richdhan wrote:Hi,

The GUI export is the one that is available through Datastage Designer.

--Rich
what is the syntax for that GUI export? please share it!!!

thanks in advance
kamal
by G.K.K
Mon Feb 16, 2009 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup of folder using dsexport command
Replies: 14
Views: 11524

REG:backup of folder in DatastagePX

chulett wrote:You can't - one job or the entire project are your two choices. You'd have to use the GUI to export a folder / category. ...

What is that GUI export .. in the above you mentioned?
by G.K.K
Sun Feb 15, 2009 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup of folder using dsexport command
Replies: 14
Views: 11524

backup of folder using dsexport command

hi, i want to take backup of particular folder in datastage IBM websphere PX through command line dsexport. but it seems we can take for a particular jobs alone as a backup. but i dont know how to take backup of all the jobs in a particular folder. E.g: the below shows for particular job to take exp...
by G.K.K
Mon Nov 17, 2008 1:47 am
Forum: General
Topic: DSJOB syntax for all jobs in a project
Replies: 4
Views: 9377

how to write that loop.. pls say that ..if possible pls give the command for that

thanks
kamal
by G.K.K
Sun Nov 16, 2008 11:25 pm
Forum: General
Topic: DSJOB syntax for all jobs in a project
Replies: 4
Views: 9377

DSJOB syntax for all jobs in a project

hi All, i want to view the log information for all the jobs in a single project at a time. i knew by using DSJOB command i can get it fro single job by giving project name and job name for the logsum option. but i want the syntax for all the jobs loginformation in a particular project at a time. for...
by G.K.K
Sat Nov 08, 2008 4:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To trace the time taken for execution for a particular job
Replies: 1
Views: 944

To trace the time taken for execution for a particular job

hi, i want to list the name of job which takes more time for execution through unix shell scripting. first, i want to know how to read the RT_LOG FILE which will be stored as hash . whether this file can be readable or not through unix scripting ? and how to find the particular log file for a job na...
by G.K.K
Mon Aug 11, 2008 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to subtract between two timestamps in datastage server
Replies: 2
Views: 5686

how to subtract between two timestamps in datastage server

hai, we know the way how to subtract between two dates in datastage,but how to subtract between two timestamps.. example: a) 01-jan-2001 01:30:45:000 b) 04-jan-2001 02:30:45:001 i need to perform a-b & output must be in number of hours. how this could be done in datastage. it could be great and ...
by G.K.K
Wed May 21, 2008 4:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting multiple rows to single row!!
Replies: 2
Views: 1096

converting multiple rows to single row!!

hi, please help in solving this problem.... 1.The input file contains the following records, column1, column2 , column3 , column4 1 , _ , _ , _ _ , 2 , _ , _ _ , _, 3 , _ _ , _ , _ , 4 *here underscore( _ ) indicates null value.. 2.The output file must contain all the values of input file in a singl...
by G.K.K
Mon May 19, 2008 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scd type 2 implementation!!
Replies: 10
Views: 4689

scd type 2 implementation!!

Hi, please help me in solving this case study... This is the scenario to be consider to implement scd 2 in my case study, i have the following columns with the data in the input sequential file... -->input_sequential file ---------------------------- contrid contlineid product_name start_date end_d...