How do I write my own replacement for a C$ library routine?
Question:
Suppose that isCOBOL does not support a particular C$ library routine, such as C$GETPID, and I want to write my own so I won't need to change all of my existing calls. How do I do that?
Answer:
You may write your program in COBOL.
You will get a warning while compiling due to the dollar sign ($) in the program name, but you will obtain a java class that does the work.
Your Veryant representative can provide an example.
Authored
by: Veryant Support
This question has been viewed 8079 times so far.
Click
Here to View all the questions in isCOBOL General
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