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 or the COMMAND-LINE-LINKAGE Compiler directive to pass parameters from the command line to the Linkage Section.