Refer to the WFL Programming Reference Manual for the complete syntax diagrams.
Explanation
The UNWRAP statement enables users to
-
Unwrap files wrapped by the WRAP statement.
-
Unwrap all or selected wrapped files from a container.
The unwrap process re-creates the original files from the data contained within the wrapped files or containers. Refer to the WRAP command later in this section.
The UNWRAP command is processed by the Work Flow Language (WFL), not CANDE. The command (and any text appearing on the same line) is passed unedited to WFL. For a more detailed explanation, refer to the UNWRAP statement in the WFL Programming Reference Manual.
Examples
The following example demonstrates the UNWRAP statement:
UNWRAP FILEF, FILEB AS NEWFILEB;