How to get all history of CLPPLUS SQL command?

107 Views Asked by At

I am using CLPPlus: Version 1.6 to connect my IBM Db2 on cloud. I have written several sql queries back long ago. And I am willing to refer my queries which I had fired that time.

So basically I want the history of my clpplus terminal.

1

There are 1 best solutions below

1
On BEST ANSWER

Up & down arrow keys allow you to list command history.
You may save the results and history of commands with the SET ECHO ON; and SPOOL full_path_to_logfile; commands as well.