What other language besides COBOL is running in Visual COBOL?
Page 1 / 1
What other language besides COBOL is running in Visual COBOL?
If you are compiling to managed code in .NET then your generated COBOL assemblies can call or be called by other .NET assemblies written in languages such as C#. For managed code JVM the byte code generated for COBOL can call or be called by byte code generated by Java.
If you are working in native code you can call programs written in C, Java or other languages using the Visual COBOL language support.
What other language besides COBOL is running in Visual COBOL?
Thanks for the explanation above
What other language besides COBOL is running in Visual COBOL?
Thanks for the explanation above
What other language besides COBOL is running in Visual COBOL?
Thanks for the explanation above
What other language besides COBOL is running in Visual COBOL?
Did you try VC?
If you use to work with character based Cobol programs, creating a new Cobol, Native, Console Application in Visual Cobol for Visual Studio, will let you work the same way you do today, in plain traditional Cobol. In fact you can even use your prefered text editor and build your programs from outside the IDE and compile and run it from the command line.
Then, if you want to use the object-oriented features, and/or GUI or WEB front-end, you have access to a whole new bunch of features and syntax to use in Cobol. For that you just create a new Cobol proyect, but Managed or Web.
And do not worry for some strange syntax you can see at the beginning. First look can be a little shocking, but most of that "code" is auto generated for you.
If you didn´t yet, I propose you to see some of the Youtube videos on Visual Cobol like youtu.be/ka1ZPtJ0sKM
Regards,
What other language besides COBOL is running in Visual COBOL?
Thanks. John
What other language besides COBOL is running in Visual COBOL?
Thanks. John
What other language besides COBOL is running in Visual COBOL?
Invoke (like Cobol call to call classes) and declare are part of the new syntax that the object-oriented world brought into Visual Cobol. You still can write plain traditional Cobol syntax if you want to build or compile a character based, console Cobol app, but if you want to enter the object-oriented world, you will be happy to learn the new options that Visual Cobol offers for that.
Regards,
What other language besides COBOL is running in Visual COBOL?
These are documented under Managed code in the Visual COBOL documentation reference guide.
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.