Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RS is an IBM i utility that lets one execute SQL statements from a command line, batch program, interactive program, etc. It differs to IBM's RUNSQLSTM in that it can execute SELECT statements.

It was written before IBM released their RUNSQLSTM, which is why it needs to be qualified.

The general concept is that a generic QMQRY statement is created which contains nothing except substitution variables. Then the CL program slices the SQL statement that was specified on the CMD into 50 character chunks, filling the substitution variables, and then executing STRQMQRY.

About

Run SQL statement from IBM i command line

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages