Skip to main content

Knowledge Doc: Problems using file handling statements within multiple threads started by .NET Task.Run

  • March 13, 2023
  • 0 replies
  • 0 views

When starting multiple threads in a .NET COBOL program using System.Threading.Tasks.Task::Run, if COBOL file I-O statements are run within the task, run-time errors regarding null reference exceptions can occur.

Read knowledge article for resolution


#SupportTips/KnowledgeDocs