I am trying to perform an unload using the hpunload utility. Since there is an option ZIIP 100 to enable ziip processing I was trying the same
Sysin dd *
Unload tablespace
Db2 force parallelism(,32,) ZIIP=100
Select * from table name
But I get the error
Unload tablestatement : unexpected keyword
Fatal syntax error before line 2 column 39
Please help in fixing this error . The job runs fine without the Ziip keyword but I want to know how to enable ziip
Thankyou in advance
GLOBAL ZIIP=100 ;
Unload tablespace
Db2 force parallelism(,32,)
Select * from table name