_qkcpy.utl Utility - Quick Copy
Syntax
call "_qkcpy.utl",fileid1$,fileid2${,options$}
Description
The _qkcpy.utl utility copies from one file to another.
Parameter |
Description |
fileid1$ |
Source file. |
fileid2$ |
Destination file. |
options$ |
Options, as follows: |
|
"w" Retry indefinitely if file access fails. |
|
"v" Verbose print messages. |
Example
The following copies "file1" to "file2", overwriting file2 if it already exists:
CALL BBEXT$+"_qkcpy.utl","file1","file2"
The source file (file1) must be in the current directory or in one of the directories in the PREFIX. The user must specify file2 using a fully-qualified path name.