db_snapshot DESCRIPTION: Database mode (default): - create new directory or clear out old one in $datasets - unload all database tables into bcp files - save the cisam files Table mode (-t): - create new directory or clear out old one in $datasets - unload the database tables listed in P6 Exclude mode (-x): - create new directory or clear out old one in $datasets - unload all database tables except those listed in P6 PARAMETERS: (* indicates optional parameter) P1 environment name whose database will be used P2 dataset name (basename of $datasets/) P3* -p : use the number of processes specified in P4 P4* number of processes. P4 is required if P3 = -p. The maximum is 15 processes. If P3 != -p, the default is 4 processes. P5* -t or -x : table or exclude mode P6* list of tables to include (-t) or exclude (-x). If more than one table, enclose the list in quotes and separate the tables with spaces. P6 is required if P5 is -t or -x. P7* dbo password