The errors you are seeing are due to the default setting of the SOURCEFORMAT directive in managed code projects being SOURCEFORMAT"VARIABLE" instead of SOURCEFORMAT"FIXED" like it is in native projects.
This can be changed under Project Properties COBOL tab under drop down for Source Format.
The rest of your directives should be the same as for native code.