Previous Topic Next topic Print topic


Linkage Section in Main Program

In RM/COBOL, if the main program has a Linkage Section, it is initialized by the parameter passed on the command line. In Visual COBOL, you must use the command_line_linkage tunable to pass parameters from the command line to the Linkage Section.

Previous Topic Next topic Print topic