If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Create SYSTEM TEMPORARY TABLESPACE COGTABSYS pagesize 32 K MANAGED BY AUTOMATIC STORAGE bufferpool COGBUF
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0104N An unexpected token "AUTOMATIC STORAGE bufferpool COGBUF" was found
following "size 32 K MANAGED BY". Expected tokens may include: "<space>".
SQLSTATE=42601
Create user temporary tablespace COGUSERTAB pagesize 4096 bufferpool COGBUF
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0104N An unexpected token "bufferpool COGBUF" was found following "SERTAB
pagesize 4096". Expected tokens may include: "<space>". SQLSTATE=42601
Create REGULAR TABLESPACE COGREG pagesize 4096 MANAGED BY AUTOMATIC STORAGE bufferpool COGBUF
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0104N An unexpected token "AUTOMATIC STORAGE bufferpool COGBUF" was found
following "size 4096 MANAGED BY". Expected tokens may include: "<space>".
SQLSTATE=42601
Can somebody tell me whats issue in above statements. I am quite new to DB2 :-(
s@kh!, Automatic storage is not available in V8.2. You could check infocenter, look up the commands and see that there is not an automatic storage parameter for them.