Search found 185 matches

by Developer9
Sat Jan 07, 2012 1:01 pm
Forum: General
Topic: DS job execute error..status code 255 ???
Replies: 8
Views: 8284

DS job execute error..status code 255 ???

Hi, Data Stage 7.5.2,DB2 UDB,AIX DB2API stage (Table name)>>>Data set stage Here "Table name" is passed as parameter to read the data and writing to a dataset. Option 1:I am using UNIX script to trigger the job from command line : /script>sh run_job.sh "Table name" ##############...
by Developer9
Fri Jan 06, 2012 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running job parallel by passing invocation ID as parameter ?
Replies: 4
Views: 5904

@ray, Thanks 1."multi-instance sequence"..(I am not familiar with this kind of approach ) 2.Yes..I do have some Batch jobs runs using "job control routine"program Ex:Master Batch :processA that triggers subsequent jobs by taking Job Parameters :"parameter file "and &quo...
by Developer9
Fri Jan 06, 2012 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Partitioning before join stage
Replies: 8
Views: 5126

Re: Question on Partitioning before join stage

Hi,

Code: Select all

Left Link (sort input1),right link (sort input2)>>>>join stage >>>Output (???)
Is this is what your are looking for ???Can you please quote your job design in "code" with input and out put links

If job design is clear you can expect more responses

Thank you
by Developer9
Fri Jan 06, 2012 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running job parallel by passing invocation ID as parameter ?
Replies: 4
Views: 5904

Running job parallel by passing invocation ID as parameter ?

Hello Everyone; Environment :Data Stage 7.5.2, AIX server , DB2 UDB Requirement:To generate data sets corresponding to the different table names using parallel process.. Ex:Employee table has different load tables like Employee_01,Employee_02 (loaded weekly,monthly etc..)Have same "meta data&qu...
by Developer9
Mon Dec 12, 2011 11:58 am
Forum: General
Topic: Data Analysis ???
Replies: 2
Views: 1688

@ray There is a limitation on server lacks "large file support" Environment:Data Stage 7.5.2 Parallel Edition compare two datasets(Today's records and previous days records) >>>CDC>>>target delta (sequential file) We are looking to fix this issue by modifying the job job such a way that it...
by Developer9
Fri Dec 09, 2011 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset file reading error
Replies: 8
Views: 11698

Re: dataset file reading error

1.What are you trying to do exactly ??Here you could be more specific by specifying the job flow..then you can get more responses.. Ex:Dataset stage >>>xfm>>peek/sequential file 2.Did you Souce file pathname correctly?? Output link >properties tab>>source/file 3.Did you specify the meta data correct...
by Developer9
Fri Dec 09, 2011 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterize query SQL file
Replies: 4
Views: 5955

Hi Vijay, "build the file "Indicates that we have to "write a SQL query in a file format mostly (.sql format )>>Please double check here for Format "actual parameter value "implies that for eff_dt include same value not as #eff_dt#.>>The reason behind Parameters usage is to ...
by Developer9
Thu Dec 08, 2011 7:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass SQL Query as Parameter Thru Unix Script
Replies: 12
Views: 14932

Re: DSjob ...Unix script for passing sql query as parameter?

It depends on how you are invoking the script. Do you have an automated way to run the script with input parameters? Hi, Currently I am using .sh script to unload from DB2 Table: #!bin/ksh if [ $# -ne 1 ]; then echo " " >> $JOBLOG_DFLT echo "** Argument missing ** i.e., Table name not...
by Developer9
Thu Dec 08, 2011 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass SQL Query as Parameter Thru Unix Script
Replies: 12
Views: 14932

DSjob ...Unix script for passing sql query as parameter????

@Franklin,

I am not using any scheduling tool and thought of implementing using dsjob commands:


dsjob -run -param "Query=select statement ..."


Any idea to implement this kind of command

Thank you
by Developer9
Thu Dec 08, 2011 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass SQL Query as Parameter Thru Unix Script
Replies: 12
Views: 14932

Unix script for passing sql query as parameter????

It looks like the requirement is "telling" you how to design the job. There are other and to my mind better ways to approach this. Just as a first thought: A table with two columns, an identifier and a char column with the text of the query in it. Your parameter would be the identifier, a...
by Developer9
Thu Dec 08, 2011 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass SQL Query as Parameter Thru Unix Script
Replies: 12
Views: 14932

Unix script for passing sql query as parameter????

Hi All, I Have the same requirement to pass the SQL query as parameter to the job for reading column names for the given table.. I have multiple table names with similar column names..so I want to parameterize such away that it should read the column names from the Query and generate output file..Se...
by Developer9
Tue Nov 22, 2011 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 basics for a DataStage Developer ????
Replies: 1
Views: 1257

DB2 basics for a DataStage Developer ????

Hi, I am new to the mainframe DB2 UDB databases with UNIX Environment:AIX 5.3 ,putty,command line processor DB2 Putty: I login to DB server(devit) using user name and password Showed me Database information..(devit) db2=>? help 1. Hoe to execute commands to view all tables/tablespaces/scmeas in (dev...
by Developer9
Fri Nov 18, 2011 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code usage from Server jobs environment to Parallel jobs ???
Replies: 5
Views: 1722

Re: Code usage from Server jobs environment to Parallel jobs

1.How to parameter jobs without code modifications for file creation everytime?? @chulett I Have the following scenario needs to be implemented: Environment:DStage7.5.2(Parallel edition),AIX 5.3,DB2V8. step1:Unload tables :-We have DB2 Tables:1)base table ex:customer 2)monthly tables (25 ):customer...
by Developer9
Thu Nov 17, 2011 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code usage from Server jobs environment to Parallel jobs ???
Replies: 5
Views: 1722

@ray..thanks

More collaberatively : We have recently migrated the DataStage code(Scripts DB2UNLOAD.sh ,csvs,ini's etc..)from different dev (A) .Now want to check and see if is feasible to run in current Dev (B) with the changes? Update the jobs (things to consider )??? details:The Environment B..is Parallel exte...
by Developer9
Thu Nov 17, 2011 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code usage from Server jobs environment to Parallel jobs ???
Replies: 5
Views: 1722

Code usage from Server jobs environment to Parallel jobs ???

Hi, Current Env:parallel edition (7.5) I am doing analysis on "recently moved code "from server edition.(7.5) 1.How to parameter jobs without code modifications for file creation everytime?? 2.what things to understand from environment prospective (sources ,db2 connections/configurations,e...