IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

UPDATE Query for Timestamp


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
harikiran.mc

New User


Joined: 18 Jan 2007
Posts: 17
Location: CHENNAI

PostPosted: Tue Dec 08, 2009 12:22 pm
Reply with quote

Can anyone please give an update query for TIMESTAMP like this:

PLease suggest on this query/rectify?

Code:

EXEC SQL

SET :WS-TS = CURRENT_TIMESTAMP

ENS-EXEC.
Back to top
View user's profile Send private message
harikiran.mc

New User


Joined: 18 Jan 2007
Posts: 17
Location: CHENNAI

PostPosted: Tue Dec 08, 2009 12:23 pm
Reply with quote

Please tell whether this is correct?

harikiran.mc wrote:
Can anyone please give an update query for TIMESTAMP like this:

PLease suggest on this query/rectify?

Code:

EXEC SQL

SET :WS-TS = CURRENT_TIMESTAMP

ENS-EXEC.
Back to top
View user's profile Send private message
Bharath Bhat

Active User


Joined: 20 Mar 2008
Posts: 283
Location: chennai

PostPosted: Tue Dec 08, 2009 1:20 pm
Reply with quote

Yes. And it is very easy to test it and find out.
Back to top
View user's profile Send private message
harikiran.mc

New User


Joined: 18 Jan 2007
Posts: 17
Location: CHENNAI

PostPosted: Tue Dec 08, 2009 2:02 pm
Reply with quote

How can I test it?
Compile+Execute+DISPLAY statements?
Back to top
View user's profile Send private message
Bharath Bhat

Active User


Joined: 20 Mar 2008
Posts: 283
Location: chennai

PostPosted: Tue Dec 08, 2009 2:06 pm
Reply with quote

Yes. Write a cobol program, compile and run it.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Dec 08, 2009 8:11 pm
Reply with quote

Quote:
Can anyone please give an update query for TIMESTAMP like this:


you are not updating anything. You are populating a host-variable.
you can accomplish the same with a select from sysibm.sysdummy1
Back to top
View user's profile Send private message
bhairon singh rathore

New User


Joined: 19 Jun 2008
Posts: 91
Location: banglore

PostPosted: Tue Dec 08, 2009 8:21 pm
Reply with quote

And correct it to END-EXEC
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts To get the count of rows for every 1 ... DB2 3
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
Search our Forums:

Back to Top