Search found 324 matches

by sachin1
Wed Oct 15, 2008 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No output from Hashed file into transformer
Replies: 7
Views: 1853

Re: No output from Hashed file into transformer

if your lookup condition does not match from reference with stream, you have that issue, please check the values in keys are matching to get output.
by sachin1
Tue Oct 07, 2008 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP file is empty
Replies: 9
Views: 3305

[quote="sachin1"]to get message for empty file before ftp operation, you can create custom routine to check for file size and log the message, abort operation or continue operation, routine to be used in before job subroutine
by sachin1
Tue Oct 07, 2008 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP file is empty
Replies: 9
Views: 3305

to get message for empty file before ftp operation, you can create custom routine to check for file size and log the message, abort operation or continue operation.
by sachin1
Tue Oct 07, 2008 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in opening a file
Replies: 2
Views: 1139

Re: Error in opening a file

please check for value of parameters defined for sequencer.
by sachin1
Tue Oct 07, 2008 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP file is empty
Replies: 9
Views: 3305

Re: FTP file is empty

Please let us know when you want to track for empty file before ftp or after ftp operation.
by sachin1
Thu Sep 25, 2008 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server job in commandline
Replies: 3
Views: 1578

Re: server job in commandline

yes using dsjob command, searching forum can help you.
by sachin1
Wed Sep 24, 2008 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Month End Date
Replies: 4
Views: 3506

Re: Month End Date

hello please try this, may be some more efficient methods are also available for first day of next month for your input oconv( ( MONTH.first(MONTH.TAG(ICONV("20080831","DYMD") + 1))),"D-YMD[4,2,2]").---->2008-09-01 for last day of month for given input oconv( ( MONTH.LA...
by sachin1
Wed Sep 24, 2008 3:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Time Stamp Value
Replies: 7
Views: 4994

hello,
please try this

Oconv(@DATE, "D-YMD[4,2,2]"):' ':Oconv(@time, "MTS")
by sachin1
Mon Sep 22, 2008 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 42712

Re: Execute Unix commands in datastage

where you want to execute these commands, i mean before/afte job subroutine or in basic code.
by sachin1
Fri Sep 19, 2008 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Oconv Issue
Replies: 5
Views: 2951

OCONV(ICONV(ereplace("19-SEP-08","-"," "),"D2"),"D YMD[4,2,2]"), so when your input is "19-SEP-08" output is 2008 09 19, taking your oconv format into account.
by sachin1
Fri Sep 19, 2008 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Oconv Issue
Replies: 5
Views: 2951

Re: Iconv Oconv Issue

please let us know the input format of date, give an example of your input date.
by sachin1
Thu Sep 18, 2008 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call Job Sequence from another job
Replies: 4
Views: 1701

Re: Call Job Sequence from another job

yes you can do it.............just go to job control tab in JOB-PROPERTIES, you will have a drop down list of jobs and sequences, you add your sequence and run your job.
the job will call your sequence and then finish itself.
by sachin1
Thu Sep 18, 2008 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call Job Sequence from another job
Replies: 4
Views: 1701

Re: Call Job Sequence from another job

please elaborate what you want to achieve, may be you need to custom code in JOB-Control tab.
by sachin1
Wed Sep 17, 2008 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wait function / Sleep function
Replies: 2
Views: 1603

Re: Wait function / Sleep function

Never tried but please check for help in datastage for Sleep

[/b]
by sachin1
Wed Sep 17, 2008 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSetparam
Replies: 2
Views: 1331

Re: DSSetparam

myukassign wrote:Can I pass job parameters as the parameter value in this function?
YES