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.
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.
Copyright © 2021 Jogjafile Inc.
Up & down arrow keys allow you to list command history.
You may save the results and history of commands with the
SET ECHO ON;
andSPOOL full_path_to_logfile;
commands as well.