I am migrating the netexpress COBOL to Visual cobol with eclipse but few programs which use below pointers are not working when compiling in visual cobol dll. for example Netexpress Cobol has "SET ADDRESS OF WS-COMM-AREA TO RCL-HCOMMAREA". I am trying to compile the same program in visual cobol with eclipse and generating the dll.
Does the above pointer logic works statement works in visual Cobol?