When compiling source files of a RM/COBOL application, the following options should always be used:
-cr -ce=cbl -crko -crlk -dcii -dvext=32 -pt0 -vaMany RM/COBOL applications imply the SIGN IS TRAILING SEPARATE clause for signed data items.RM/COBOL version 1.6 behaved this way.
RM/COBOL version 2.x can optionally behave this way. If the application was written originally with version 2.0 or later, then it might not behave this way.
-dsWith RM/COBOL, the default intensity during ACCEPT for UNIX machines is high intensity and for MS-DOS machines is low intensity.
-vhMany RM/COBOL applications use a specific mode of memory management. In this mode, all of the currently active programs must fit in 64K bytes, but programs that are not currently active do not.
-ziFor more information on compile options and other concerns when transitioning from RM/COBOL to isCOBOL, consult the transition guide specific to RM/COBOL in isCOBOL's documentation set.
Article ID: 208
Created: July 19, 2013
Last Updated: March 27, 2024
Author: Support KB Author
Online URL: https://support.veryant.com/phpkb/article.php?id=208