Kbase P27630: What is the difference and purpose of the Save and Copy obje
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/20/2003 |
|
Status: Unverified
GOAL:
What is the difference and purpose of the "Save" and "Copy" objects in an incremental delta?
GOAL:
Is it necessary to have both types in the delta or can I take them out without hurting anything?
FACT(s) (Environment):
Progress 9.1C
FACT(s) (Environment):
Progress/400 DataServer
FIX:
SAVE means that SAVOBJ will be launched with the object name, the
library and the type as arguments. It saves the objects to a device (a
savefile in most of the DataServer internal operations).
COPY means that CPYF will be executed, which copies the records of
the physical files.
Both are required !
There's a statement in the Release Notes:
"Unlike the Progress formatted definitions file, the AS/400 formatted
incremental dump file may not be edited."