I have a datetime column in AS/400 file, I want to update that column which is in AS/400 with the current date. I will be using sql query for doing that update, tried getdate() but getting error. Let me know what is the equivalent of getdate() that I can use to update the column in AS/400 file. Thanks.