Search found 7201 matches
- Thu Mar 14, 2002 3:46 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: NLS
- Replies: 2
- Views: 482
At 03:17 PM 3/14/02 +0000, you wrote: >Hello, > >I am trying to use the pre-made routine "DateCurrentDateTime" which >resides in sdk/date. > >The code description says this : > >"In an NLS environment, this routine will not work for most formats, >unless the time/date locale for the job is set to OF...
- Thu Mar 14, 2002 3:17 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: NLS
- Replies: 2
- Views: 482
NLS
Hello, I am trying to use the pre-made routine "DateCurrentDateTime" which resides in sdk/date. The code description says this : "In an NLS environment, this routine will not work for most formats, unless the time/date locale for the job is set to OFF." I know I have NLS set to "on" as a default - h...
- Thu Mar 14, 2002 3:13 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Job Sequencer
- Replies: 2
- Views: 377
Boyd I guess the next question would be - what are you trying to do that you feel you need to modify the job sequencer code? Feedback like this will allow us to enhance the product so that it can be even more useful to you. There are also numerous different ways to do things so perhaps someone on th...
- Thu Mar 14, 2002 2:27 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Data Stage 5.1 - MQSeries PlugIn
- Replies: 3
- Views: 3038
Primarily functional. MQ Client cannot participate in global units of work, and requires a syncronous connection to the MQ Server. Ernie -----Original Message----- From: Craig Bennett [mailto:craig@cross.net.au] Sent: Wednesday, March 13, 2002 5:49 PM To: datastage-users@oliver.com Subject: RE: RE: ...
- Thu Mar 14, 2002 11:49 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Lookup on hash file
- Replies: 10
- Views: 1392
you could possibnly try something like this....... select {hashfilename} with (dateA >= beginrange and dateA = BeginRange and dateB > ie. I want to find all records in the hash file where date x in the primary input falls between date a and date b in the hash file. > The only alternative I have now ...
- Thu Mar 14, 2002 10:46 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Job Sequencer
- Replies: 2
- Views: 377
no you cannot modify the generated basic from a job sequence (unless you cut and pasted it to a control tab). This is done intentionally since it would be too difficult to regenerate modified code back into a gui representation of the code within the sequencer.. Andrew Webb Principal Presales Consul...
- Thu Mar 14, 2002 10:00 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: About Datastage and Plug-in documentation
- Replies: 3
- Views: 1442
About Datastage and Plug-in documentation
Hi all, this is a request to all Ascential people. I remember that it was an URL where all DS users was able to find documentation about Datastage and Datastage Plug-in (m) Now i cant find a similar web site. Where DS users can find Datastage and Plug-in documentation??? Moreover, where i can find t...
- Thu Mar 14, 2002 9:48 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Job Sequencer
- Replies: 2
- Views: 377
Job Sequencer
Hi,
I am using DataStage5.1 to create job sequencer. After I drag and drop in the GUI, it will generate some BASIC code. The issue is I cannot modify those codes. Is there anyway I can modify it?
TIA,
Boyd
I am using DataStage5.1 to create job sequencer. After I drag and drop in the GUI, it will generate some BASIC code. The issue is I cannot modify those codes. Is there anyway I can modify it?
TIA,
Boyd
- Thu Mar 14, 2002 5:01 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Calling Oracle Stored Procedures
- Replies: 5
- Views: 1225
Brad, why cant you just do a Call DSExecute("UNIX", UNIXcmd, ScreenOutput, ReturnCode) from a batch job after running your server job? You construct your UNIX based command (like a shell script that starts sqlplus and executes a passed command) and put that in your UNIXcmd variable. The screen outpu...
- Thu Mar 14, 2002 4:48 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Calling Oracle Stored Procedures
- Replies: 5
- Views: 1225
Hi, In DataStage 4.2, Oracle 8 OCI stage version 3.0, OCI 8.1.6, you have two options, Before SQL, and After SQL. This feature can be used to run stored procedures after the OCI stage finishes loading data. The call can be to a stored procedure defined in a package or otherwise. If there are no para...
- Wed Mar 13, 2002 10:49 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Data Stage 5.1 - MQSeries PlugIn
- Replies: 3
- Views: 3038
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Really? What are the differences? I implemented a GCI interface to MQ for UniVerse and the only change I made between running on a server and on a client was to link to a different library during the compile. Can you tell me (for interest) what the diffe...
- Wed Mar 13, 2002 6:47 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Ascential EMC InfoMover Plug-in for DataStage
- Replies: 0
- Views: 447
Ascential EMC InfoMover Plug-in for DataStage
I all,
does anyone have experiences or documentation about "Ascential EMC InfoMover Plug-in for DataStage"?
Regards,
Alessio
does anyone have experiences or documentation about "Ascential EMC InfoMover Plug-in for DataStage"?
Regards,
Alessio
- Wed Mar 13, 2002 6:27 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: julian dates
- Replies: 1
- Views: 811
I would think you could just read it in as a string and use ICONV along with the "J" and "Y" modifiers to get it into an internal format, and then do the normal OCONV back out into your Oracle format... typically all in one nested statement. Better yet, write a routine to do this so you can include ...
- Wed Mar 13, 2002 5:43 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: julian dates
- Replies: 1
- Views: 811
julian dates
Hi there, wondering if anyone can help. I have a julian date field coming in from a file which I need to convert to oracle format (DD-MON-YYYY) for upload. Is the Internal System format for dates in datastage julian? I cant seem to find out what the datastage date type is called. I would ideally lik...
- Wed Mar 13, 2002 3:31 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Calling Oracle Stored Procedures
- Replies: 5
- Views: 1225
You can execute a procedure using the custom SQL option in an OCI = stage. Due to syntax requirements of the stage, you must pass at least one parameter, so the procedure must accept one even if it isnt needed. The call needs to be within a begin...end block and written on a single line. For example: