pdhold -r RDAREA01,RDAREA02,... |
pdrorg -k unld -W bin -j -t TABLE01 -g /pdrorg/unld01 |
pdrels -r RDAREA01,RDAREA02,... |
DROP TABLE TABLE01; |
CREATE TABLE TABLE01 ... ; |
CREATE INDEX INDX01 ... ; |
pdhold -r RDAREA01,RDAREA02,... |
pdload -b -W TABLE01 /pdload/load01 |
Because you loaded data in the pre-update acquisition mode (default), back up the RDAREAs in which data was loaded. For details about backing up RDAREAs, see 6.4.6 Example 6 (Backing up RDAREAs).
pdrels -r RDAREA01,RDAREA02,... |
It is recommended that after the command has executed you check whether or not the execution results are correct. For details on how to check command execution results, see the manual HiRDB Version 8 Command Reference.