Usually, this message
is displayed when the transport file is moved to a virtual disk or
a shared disk under operating environments such as DOS, Macintosh,
or UNIX. Virtual disk or shared disk directories often have a record
format of STREAM instead of FIXED.
To recover, perform
these steps.
-
Verify the transport
file attributes by using the DIR/FULL command.
-
To set record attributes
correctly, create a new file named FIXREC.FDL file to contain these
entries.
RECORD
BLOCK_SPAN YES
CARRIAGE_CONTROL NONE
FORMAT FIXED
SIZE 80
-
Specify this DCL command
to create a new file named NEWTRAN.FDL:
$ EXCHANGE/NETWORK/TRANSFER_MOD=BLOCK/FDL=TRAN.FDL
TRAN.SEQ NEWTRAN.SEQ
-
Verify that the new
transport file attributes do not include carriage returns:
$ DIR/FULL NEWTRAN.SEQ
-
At the source computer,
transfer the transport file to the target computer again.