Hello,
We have the following for setting runtime switches in the BAT file that brings up our production runtime environment:
SET COBSW=+B-F-N
We want to understand how to do this in Visual COBOL 2.2 Update 2 (Visual Studio 2013) for when we are animating and testing, both native and managed.
For a typical managed program, Under Project Properties, on the COBOL tab, in the Build Settings area we currently have the following:
anim cobidy"L:\URISYS\COMPPROG" sourceformat"Variable" warnings"2" max-
error"100" ilgen"sub" noint iltarget"x86" constant"DEBUG(1)"
and for a typical native program, Under Project Properties, on the COBOL tab, in the Build Settings area we currently have the following:
anim cobidy"C:\URISYS\COMPPROG" warnings"2" max-error"100"
Do we somehow add these run-time switches to this? Exactly how?
Thanks!