noted.
If
a
PC
file with 100 bytes
is
to
be
imported, the
resultant CMS file will have 2 records of 80 bytes each,
with the second record padded with
x'OO'
to a length
of
80.
3.
If
the
EOL
option
is
used, the maximum
LRECL
value
which may be specified
is
65535.
If
the
NOEOL
option
is
used, the only restriction on the
LRECL
value
is
the
size
of
your virtual machine, since an
I/O
buffer this size
must be acquired.
4. A file which has
been
exported, translated
to
ASCII, and
subsequently imported may differ from the original file,
due to the translate tables used in the file
transformations. The NOASCII options should
be
used
to avoid problems caused
by
this transformation.
Appendix
~,
"ASCII
to
EBCDIC Conversion"
on
page
E-l
lists the EBCDIC-ASCII conversion tables which
are used in this translation.
Messages and Return Codes:
DMSIMP002E
File
'd:filename.ext'
not found
RC=28
DMSIMP003E
Invalid
option
'option'
RC=24
DMSIMP024E
File
'fn
ft
fm'
already
exists
--
specify
'replace'
RC=28
DMSIMP029E
Invalid
parameter
'parameter'
in
the
option
'option'
field
RC=24
DMSIMP037E
Disk 'mode'
is
read/only
RC=36
DMSIMP042E
No
fileid(s)
specified
RC=24
DMSIMP048E
Invalid
mode
'mode'
RC=24
DMSIMP054E
Incomplete
fileid
specified
RC=24
DMSIMP062E
Invalid
* in
fileid
RC=20
DMSIMP070E
Invalid
parameter
'parameter'
RC=24
DMSIMP105E
Error
'nn'
writing
file
'fn
ft
fm'
on
disk
RC=100
DMSIMP622E
Insufficient
stora~e
available
RC=41
DMSIMP804E
Invalid
PC
fileid
d:filename.ext'
RC=20
DMSIMP805E
Import
terminated,
file
'd:filename.ext'
truncated
RC=100
DMSIMP807S
Drive d not
ready.
Make
drive
ready and
press
enter
DMSIMP907E
I/O
error
on
file
'd:filename.ext'
RC=256
DMSSTT048E
Invalid
mode
'mode'
RC=24
DMSSTT062E
Invalid
character
'char'
in
fileid
'fn
ft
fm'
RC=20
DMSSTT069E
Disk 'mode' not
accessed
RC=36
INCLUDE
Use the
INCLUDE
command
to
read one
or
more
TEXT
files (containing relocatable object code) from disk and
to
load them into virtual storage, establishing the proper
linkages between
the
files. A
LOAD
command must have
been
previously issued for the
INCLUDE
command to
produce desirable results.
For
information
on
the CMS
Chapter 7.
VM/PC
Commands
7-97