1)
What are the changes occured when we cahnge to 4 nodes in a configuration file whilw it was running on 2 nodes.
I need answer please, any 1 help please., Thanks in advance.
2)how to convert dd-mon-yyyy to dd-mm-yyyy in datastage.
3)There are 2 servers in unix.x,y,z files are running on server1. I need to copy only x file on server2.....Pls help
Thank u
Hi,
I am getting different output than the one provided here for the same code. Output i am getting is: Today is 0007-06-11 00:00:00.0
Can you please check if you are getting correct output for the same code?
not workingpravat kumar dash December 5, 2012 at 5:46 PM
converting a date into timestamp format coding is not working in my case.it is giving that date with time but according to your output my output is nit comming.
Answer pleasesreenu May 29, 2011 at 2:41 PM
1) What are the changes occured when we cahnge to 4 nodes in a configuration file whilw it was running on 2 nodes. I need answer please, any 1 help please., Thanks in advance. 2)how to convert dd-mon-yyyy to dd-mm-yyyy in datastage. 3)There are 2 servers in unix.x,y,z files are running on server1. I need to copy only x file on server2.....Pls help Thank u
different outputTarun June 29, 2011 at 3:11 PM
Hi, I am getting different output than the one provided here for the same code. Output i am getting is: Today is 0007-06-11 00:00:00.0 Can you please check if you are getting correct output for the same code?
Shorter alternative?Terry March 7, 2012 at 11:45 PM
How about: Date dt; Timestamp ts = Timestamp.valueOf(dt.getTstamp().toString()+" 00:00:00");
Change the outputVidhya Shankar August 2, 2012 at 5:20 PM
Kindly check before uploading outputs
not workingpravat kumar dash December 5, 2012 at 5:46 PM
converting a date into timestamp format coding is not working in my case.it is giving that date with time but according to your output my output is nit comming.
Post your Comment