Search found 103 matches

by sagar deshmukh
Fri Jan 02, 2009 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 11761

Sorry for that stupidity... JobName = "srcDlyCalcTxns_LN" BatchName = DSGetJobInfo(DSJ.ME, DSJ.JOBNAME) result = DSGetLinkInfo(DSJ.JOBNAME,DSJ.ME,DSJ.ME,DSJ.LINKROWCOUNT) Errcode = RunRestartableJob(JobName,HASHPATH,BATCHNUMBER,"BATCHTIMESTAMP=":BatchStartDts) If Errcode Then GOT...
by sagar deshmukh
Fri Jan 02, 2009 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 11761

following Error is coming:----Batch::LNRemitMaster_exp..JobControl (fatal error from Batch::LNRemitMaster_exp): Batch ran failed! (see warnings) Is is not at all calling following part of code...just failing....and dont care abt the routines.....those are restartability routines JobName = "srcD...
by sagar deshmukh
Fri Jan 02, 2009 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 11761

DEFFUN RunRestartableJob(JobName,HASHPATH,BatchNumber,SKIPPARAM) Calling "DSU.RunRestartableJob" DEFFUN EmailErrorMessage(HASHPATH,BatchNumber) Calling "DSU.EmailErrorMessage" DEFFUN JobControlReset(JobList) Calling "DSU.JobControlReset" DEFFUN RunBatch(JobList, Params...
by sagar deshmukh
Fri Jan 02, 2009 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 11761

DSGetLinkInfo syntax i checked....as per that i have modified bold part... JobName = "srcDlyCalcTxns_LN" BatchName = DSGetJobInfo(DSJ.ME, DSJ.JOBNAME) Errcode = RunRestartableJob(JobName,HASHPATH,BATCHNUMBER,"BATCHTIMESTAMP=":BatchStartDts) If Errcode Then GOTO ENDJOB result = DS...
by sagar deshmukh
Fri Jan 02, 2009 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 11761

DEFFUN RunRestartableJob(JobName,HASHPATH,BatchNumber,SKIPPARAM) Calling "DSU.RunRestartableJob" DEFFUN EmailErrorMessage(HASHPATH,BatchNumber) Calling "DSU.EmailErrorMessage" DEFFUN JobControlReset(JobList) Calling "DSU.JobControlReset" DEFFUN RunBatch(JobList, Params...
by sagar deshmukh
Fri Jan 02, 2009 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 11761

i have a job control for this where i have sequenced it...
can you please share a code how to check the input is null or not in this case?
by sagar deshmukh
Fri Jan 02, 2009 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 11761

Help needed for FTP stage...

I have a job......

sequential stage---->FTP stage

what i need to do is.....

1) job should run sucessfully...
2)it should not post any black file to remote server if the input has no value....

is it possible?
by sagar deshmukh
Fri Jan 02, 2009 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort the job
Replies: 6
Views: 1534

I have a one more requiermnt...lets say if query doesnt fetch the data then i get a blank seq. file.....but now if i dont want the job to get aborted also i dont want the blank file to get created can i do that?
by sagar deshmukh
Fri Jan 02, 2009 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort the job
Replies: 6
Views: 1534

can you please elaborate little more
by sagar deshmukh
Fri Jan 02, 2009 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort the job
Replies: 6
Views: 1534

How to abort the job

Hi i have developed a sever job which is pretty simple,It just has Oracle Stage which will Extract data into the Sequential file.

But many times query is not pulling the records from table so the black file is getting generated

Can you please tell me how to abort the job if the no data gets fetched?
by sagar deshmukh
Wed Dec 31, 2008 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5827

here is my fullcode...... FunctionName = "ParseFE1X" ******************** * Define Functions * ******************** DEFFUN ConvDateCYYDDDtoYYYYMMDD(A) Calling "DSU.ConvDateCYYDDDtoYYYYMMDD" DEFFUN ConvDateToYYYYMMDD(A) Calling "DSU.ConvDateToYYYYMMDD" DEFFUN ConvtSignO...
by sagar deshmukh
Wed Dec 31, 2008 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5827

chullet...thanks alot i got ur point.
by sagar deshmukh
Wed Dec 31, 2008 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5827

here is my fullcode...... FunctionName = "ParseFE1X" ******************** * Define Functions * ******************** DEFFUN ConvDateCYYDDDtoYYYYMMDD(A) Calling "DSU.ConvDateCYYDDDtoYYYYMMDD" DEFFUN ConvDateToYYYYMMDD(A) Calling "DSU.ConvDateToYYYYMMDD" DEFFUN ConvtSignOv...
by sagar deshmukh
Wed Dec 31, 2008 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5827

Thanks i will keep in mind...but any solution for this?