MPE/iX Quick Reference Guide (32650-90881)

Chapter 4 123
FCOPY Commands
FCOPY commands
HEX
Displays the contents of a file, record by record, in the form of character code numbers in
hexadecimal form.
;HEX[;CHAR
;CLEAR
;KANA][;NORECNUM][;TITLE=
title
]
FROM=TEXT3;TO=*LP;HEX;CHAR;
TITLE="TITLE LINE FOR CHAR/HEX DISPLAY EXAMPLE"
HEXO
Displays the contents of a file, record by record, in the form of character code numbers, the
data in hexadecimal form, and the record number in octal form.
;HEXO[;CHAR
;CLEAR
;KANA][;NORECNUM][;TITLE=
title
]
FROM=TEXT3;TO=*LP;HEXO;CHAR;
TITLE="TITLE LINE FOR CHAR/HEX DISPLAY EXAMPLE"
IGNERR
Bypasses errors in a magnetic tape
fromfile
and reports each ignored error.
;IGNERR[=
number-of-errors
]
FROM=*TAPE;TP=FILE3;SUBSET;IGNERR=5
KANA
Displays the contents of a file, record by record, in the form of JIS character symbols. KANA
displays symbols not represented by characters in JIS code as decimal points.
;KANA[;HEX
;HEXO
;OCTAL][;NORECNUM][;TITLE=
title
]
; KANA;OCTAL;TITLE="KANA symbols in OCTAL"
KEY
Chooses a key sequence in which to copy KSAM flies. The KEY function works only with
KSAM
fromfiles
.
;KEY [=
character-location
]
FROM=KSAM;TO=ALPHA;KEY=21
NEW
Creates a new permanent disk file as the
tofile
.
;NEW
FROM=OLDSTUFF;TO=NEWFILE;NEW