Post by Adam âAdamlivinlifeâ KamalI am wondering if anyone used Github Copilot to write Cobol code? If yes, what is your thoughts on it. Thank you!
Disclaimer: I have no direct experience with CoPilot under Cobol.
What specifically are you trying to do with it? I doubt the AI has been trained for NonStop-specifics, specifically COBOL file descriptor clauses, handling server or Pathway code, or Enter TAL. If you are doing something completely portable, it might work, but don't count on it being able to generate compilable code for NonStop without modification.
Also be aware of the following statement from GitHub itself:
"According to research published in August 2021, when Copilot was used to create code in situations relevant to high-risk cybersecurity issues, 40% of the code generated by Copilot was found to be insecure. It is necessary to oversee outcomes as if It was any other code. "
Good Luck.