Search found 22 matches

by smrutiranjannayak
Thu Apr 05, 2007 2:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read COBOL file with occure and redefine clauses
Replies: 1
Views: 1076

Please use sequential file approach

Hi , I think for redefined columns you can go for sequential file approach . Say for example you have 5 fields which have column position starting from 1-50 . They are field datatype a char(10) b int(5) c char(20) d char(15) Now let suppose the same field will again be used in some different columns...
by smrutiranjannayak
Tue Apr 03, 2007 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between DS Transform and DS Routines
Replies: 2
Views: 1048

Thanks for your lovely message dude.......
by smrutiranjannayak
Tue Apr 03, 2007 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container Funda
Replies: 1
Views: 789

Container Funda

Hi All

I have created some local and shared containers .
But can any one explain me the real time scenarion where a container can be helpfull and how.
Please explain with examples ?

Thanks :lol:
by smrutiranjannayak
Tue Apr 03, 2007 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between DS Transform and DS Routines
Replies: 2
Views: 1048

Difference between DS Transform and DS Routines

Can any one explain me the difference between ds transforms and ds routines ?

Thanks in advance . :lol:
by smrutiranjannayak
Tue Apr 03, 2007 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Control M Character
Replies: 17
Views: 6837

Thanks ashish

Thanks for this solution buddy.......

i know use of MCP function but it can do these things also i dont know.....keep it up......

Cheers
by smrutiranjannayak
Mon Apr 02, 2007 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Control M Character
Replies: 17
Views: 6837

You can try this

Hi ,

you can try the following option :

While saving the file in Unix ( i guess u r using this platform) just type the below command

%s/^M//

Cheers
:lol:
by smrutiranjannayak
Mon Apr 02, 2007 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write Routine ?
Replies: 9
Views: 5315

You can try this

thanks all.. Can anyone tell the unix command for counting the number of files in directory if i use (ls <home directory> |wc -1) it s showing error wc illegal . I want to write the following in routine Call DSExecute("UNIX","(ls <home directory> |wc -1)",UnixOutput,SystemReturn...