MPE/iX Quick Reference Guide (32650-90881)

122 Chapter4
FCOPY Commands
FCOPY commands
;COMPARE[=
number-of-errors
]
FROM=FILEA;TO=DUP1;COMPARE
COPYACD
Copies the access control definition (ACD) associated with a file when the file is being
copied.
;COPYACD
FROM=SOURCEF;TO=TARGETF;COPYACD
COPYACD applies only to MPE V Delta 4 and subsequent releases and not to MPE/iX.
DEBLOCK
Removes a record from the blocked status.
;DEBLOCK=
logical-record-length
FILE TAPEBYTE;REC=790,1,U,ASCII
FROM=*TAPEBYTE;TO=DISC1;DEBLOCK=79
EBCDICIN/EBCDICOUT
EBCDICIN translates from EBCDIC to the character code specified in the translation table
of the language you select. EBCDICOUT translates from the character code specified in the
translation table of the language you select to EBCDIC. When you do not specify a
language, EBCDICIN translates from EBCDIC to ASCII, and EBCDOUT translates from
ASCII to EBCDIC.
;{EBCDICIN
EBCDICOUT}
[={
field
(
field
[;
field
[;...]])}[,EXCLUDE][;LANG=
language
]]
FROM=*TAPE;TO=DISC1;EBCDICIN=3:7,14:27
EBCDIKIN/EBCDIKOUT
EBCDIKIN translates from EBCDIK (IBM Standard) to JIS (Japanese Industrial
Standard). EBCDIKOUT translates from JIS to EBCDIK.
;{EBCDIKIN
EBCDIKOUT}[={
field
(
field
[;
field
[;...]])}[,EXCLUDE]]
FROM=FILE1;TO=FILE2;EBCDIKIN=3:6,EXCLUDE
FILES
Copies multiple files from unlabeled magnetic tapes, serial disks, and cartridge tapes.
FCOPY copies only one file if you do not use the FILES function.
;FILES={
number-of-files
ALL}
FROM=*TAPEA;TO=*TAPEB;FILES=3;SUBSET=11:25