Did you know isCOBOL IDE allows you to easily understand how to invoke a method in a Java Class?
IsCOBOL supports OO (Object Oriented syntax) that allows you to invoke a Method in a Java Class. To have additional help on writing the cobol code, isCOBOL IDE helps with its integrated isCOBOL Editor.
For example, to know the operating system where Java is running, we can invoke the “getProperty” method in “java.lang.System” class passing “os.name” as parameter.
set buffer = Sys:>getProperty("os.name")
In the isCOBOL IDE, after writing “Sys:>” the list of available methods shows up and by choosing a method in the list, the JavaDoc explains what that method does (see the screen shot below).
Authored
by: Veryant Support
This question has been viewed 4536 times so far.
Click
Here to View all the questions in Deployment
category.
File Attachments
There are no attachment file(s) related to this question.
User Comments
There are no user comments for this question. Be the first to post a comment. Click Here