XFOR: Migration from Memo Fails with MIGMIGU0207E LINEFEED Field Missing from MIGPARM2ID: Q231460
|
IMPORTANT: This article describes a tool available on the Microsoft Exchange Server 5.5 CD that is not supported by Microsoft Product Support Services (PSS). Refer to the Readme.txt in the Server\Migrate\Tools\Host directory on the CD for support options.
Running the MIGMIGU JCL code on the mainframe may result in the following error message:
MIGMIGU0207E LINEFEED field missing from MIGPARM2.
You need to add a parameter to the DD statement for the MIGPARAM2 dataset that defines the LINEFEED character, as shown below:
//MIGPARM2 DD *Alternatives to "\" are 10, x"0A". If "\" does not work, use one of the alternatives.
PRIMARY MEMOHDR.TXT
SECONDARY MEMODATA.TXT
GCID 850
LINEFEED \
/*
Additional query words:
Keywords : exc55
Version : winnt:5.5
Platform : winnt
Issue type : kbprb
Last Reviewed: June 9, 1999