REXX samples
AIX directory: sqllib/samples/rexx
. Windows directory: sqllib\samples\rexx
.
Sample file name | File description |
---|---|
blobfile.cmd |
Demonstrates Binary Large Object (BLOB) manipulation. |
chgisl.cmd |
Demonstrates the CHANGE ISOLATION LEVEL API. |
client.cmd |
Demonstrates the SET CLIENT and QUERY CLIENT APIs. |
d_dbconf.cmd |
Demonstrates the API: GET DATABASE CONFIGURATION DEFAULTS |
d_dbmcon.cmd |
Demonstrates the API: GET DATABASE MANAGER CONFIGURATION DEFAULTS |
db_udcs.cmd |
Demonstrates the CREATE DATABASE and DROP DATABASE APIs to simulate the collating behavior of a Db2® for MVS/ESA CCSID 500 (EBCDIC International) collating sequence |
dbcat.cmd |
Demonstrates the following APIs:
|
dbcmt.cmd |
Demonstrates the following APIs:
|
dbconf.cmd |
Demonstrates the following APIs:
|
dbinst.cmd |
Demonstrates the following APIs: |
dbmconf.cmd |
Demonstrates the following APIs: |
dbstart.cmd |
Demonstrates the START DATABASE MANAGER API |
dbstat.cmd |
Demonstrates the following APIs: |
dbstop.cmd |
Demonstrates the following APIs: |
dcscat.cmd |
Demonstrates the following APIs: |
dynamic.cmd |
Demonstrates the use of a "CURSOR" using dynamic SQL |
ebcdicdb.cmd |
Demonstrates the CREATE DATABASE and DROP DATABASE APIs to simulate the collating behavior of a Db2 for MVS/ESA CCSID 037 (EBCDIC US English) collating sequence |
impexp.cmd |
Demonstrates the EXPORT and IMPORT APIs |
lobeval.cmd |
Demonstrates deferring the evaluation of a LOB within a database |
lobfile.cmd |
Demonstrates the use of LOB file handles |
lobloc.cmd |
Demonstrates the use of LOB locators |
lobval.cmd |
Demonstrates the use of LOBs |
migrate.cmd |
Demonstrates the MIGRATE DATABASE API |
nodecat.cmd |
Demonstrates the following APIs: |
quitab.cmd |
Demonstrates the API: QUIESCE TABLESPACES FOR TABLE |
rechist.cmd |
Demonstrates the following APIs: |
restart.cmd |
Demonstrates the RESTART DATABASE API |
sqlecsrx.cmd |
An example of a collating sequence |
updat.cmd |
Uses dynamic SQL to update a database |