MPE/iX Quick Reference Guide (32650-90881)

Chapter 4 121
FCOPY Commands
FCOPY commands
[;SUBSET=["
characterstring
"[,
column
][,EXCLUDE]
#patternlist#
[,
column
][,EXCLUDE]
(
range
[;
range
][;...])]]
[;NOKSAM] [;KEY[=
character-location
]]
[;UPSHIFT[;LANG=
language
]][;VERIFY[=
number-of-errors
]]
FCOPY Functions
BCDICIN/BCDICOUT
BCDICIN translates from BCDIC to ASCII. BCDICOUT translates from ASCII to BCDIC.
;{BCDICIN
BCDICOUT}[={
field
(
field
[;
field
[;...]])} [,EXCLUDE]]
FROM=FILE1;TO=FILE2;BCDICIN=(1,5;10:30),EXCLUDE
CCTL/NOCCTL
CCTL designates the first character of each record in the
fromfile
as a carriage control
character in the
tofile
; NOCCTL specifies that the first character of each record in the
fromfile
is not to be used as a carriage control character in the
tofile
.
;{CCTL
NOCCTL}
FILE BETA;NOCCTL
CHAR
Displays the contents of a file, record by record, in the form of character symbols in ASCII
code.
;CHAR[;HEX
;HEXO
;OCTAL] [;NORECNUM] [;TITLE=
title
][;LANG=
language
]
FCOPY FROM=DISPL;TO=;OCTAL;CHAR
CLEAR
Displays the contents of a file, record by record, in the form of character symbols for all
codes in the file.
;CLEAR[;HEX
;HEXO
;OCTAL][;NORECNUM][;TITLE=
title
]
FCOPY FROM=DISPL;TO=;OCTAL;CLEAR
COMPARE
Compares the contents of the
fromfile
with the contents of the
tofile
, record by record,
without changing either file.