Search found 18 matches

by mprashant
Sun May 09, 2004 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TO Check If a DOS filepath exists using Basic.
Replies: 14
Views: 6722

Writing a routine worked!!!

Hey , I wrote a transform and it worked.So thanx for your prompt response.Thanks a lot Ray.I am going to try your response as well. This is what I wrote in the Transform FUNCTION KsDirExists(Arg1) Ans = 10 openseq Arg1 to testfile Then Ans = 'opened' Else Ans = 'not Opened' closeseq testfile RETURN(...
by mprashant
Sun May 09, 2004 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TO Check If a DOS filepath exists using Basic.
Replies: 14
Views: 6722

TO Check If a DOS filepath exists using Basic.

Hey, I havent used a whole lot of basic and hence I ask. One of my columns in the SQL server is a file path. e.g (\\ pathname\edxt\data\folder\abc.tiff) I want to check if this file path and document actually exists on the system before I transfer the data from my transformer.How can I check for tha...
by mprashant
Thu Apr 29, 2004 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unicode issue
Replies: 0
Views: 1676

Unicode issue

I have an input table and an output table whose column definitions are already known. All the columns that match are mapped accordingly.The columns that are present in the source database and NOT present in the target, have to be set to Null. I set the derivation field using @NULL for all these colu...