GET CLPPlus command

The GET CLPPlus command loads the contents of a text file into the CLPPlus SQL buffer.

Invocation

You must run this command from the CLPPlus interface.

Authorization

None

Required connection

None

Command syntax

Read syntax diagramSkip visual syntax diagramGETpathfilename LISTLISNOLISTNOL

Command parameters

path
Specifies the path, either absolute or relative, to the file specified by the filename variable. If no path is specified, the current directory is used.
filename
Specifies the name of the file to load into the SQL buffer. If you do not specify a file extension, the .sql extension is used.
LIST | LIS
Displays the contents of the SQL buffer after the file is loaded.
NOLIST | NOL
Prevents the contents of the SQL buffer from being displayed after the file is loaded.