Siva,
I have already stated that "yes, it is possible". Since you still haven't answered the question as to what database you are using nobody can help you much further. The DS/BASIC routine will contain calls to DSExecute() that will do the actual SQL setup and insert to the database.
Search found 15603 matches
- Tue Aug 01, 2006 7:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert the records in to the tables thruogh Routines?
- Replies: 6
- Views: 1235
- Tue Aug 01, 2006 6:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to define the " quote character in the routine
- Replies: 5
- Views: 2386
- Tue Aug 01, 2006 4:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds server error
- Replies: 8
- Views: 2957
- Tue Aug 01, 2006 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggreator Stage - to find max values of a timestamp field
- Replies: 6
- Views: 3564
- Tue Aug 01, 2006 4:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to define the " quote character in the routine
- Replies: 5
- Views: 2386
You can use single quotes, double quotes and the ampersand quote character in the same job.
Code: Select all
DoubleQuote = '"'
SubString = TRIM(Arg1,DoubleQuote,"A")
- Tue Aug 01, 2006 4:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to install Datastage client
- Replies: 8
- Views: 1531
- Tue Aug 01, 2006 4:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage Variable size
- Replies: 2
- Views: 846
yes, there is a limit. Check your data size using "ulimit", this will give you the upper bound. Subtract one or two Mb to be on the safe side and you have your limit. Most likely you will have no limit on data, so assume that your maximum string size is going to be around 2Gb minus a couple of megab...
- Tue Aug 01, 2006 2:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to install Datastage client
- Replies: 8
- Views: 1531
- Tue Aug 01, 2006 2:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to install Datastage client
- Replies: 8
- Views: 1531
- Tue Aug 01, 2006 2:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to Commit Data into SQL Server 2000
- Replies: 1
- Views: 777
- Tue Aug 01, 2006 2:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stub Job Design Technique
- Replies: 1
- Views: 761
Depending upon your configuration, this might start off quite a few processes on your machine in a very short period of time. Assuming a 4-way APT_CONFIG file you will have something like 38 pids starting and processing your data and all of them will be writing to the same disk locations for the dat...
- Tue Aug 01, 2006 2:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert the records in to the tables thruogh Routines?
- Replies: 6
- Views: 1235
It is possible to do this, although it is seldom a good idea to circumvent the fast and efficient loading methods in DS. Usually the easiest method is to use your databases' command line calls for inserts and updates. The actual commands you use depend upon your OS, DataBase system and DB version. T...
- Tue Aug 01, 2006 2:16 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: how to count number of records in source file
- Replies: 13
- Views: 8603
- Tue Aug 01, 2006 2:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to install Datastage client
- Replies: 8
- Views: 1531
- Mon Jul 31, 2006 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .net
- Replies: 4
- Views: 997