Cobol solution has two cobols, the wrong one is being called first

Bruce Boutwell 1 Reputation point
2022-06-09T13:15:21.707+00:00

My first attempt so assume no knowledge on my part.

I want to debug SFPRCALC. That program CALLS PTPSQLRT. But when I put them in the same solution and click DEBUG, the solution runs PTPSQLRT and fails because SFPRCALC was supposed to be the 'controlling' program

Here is how my Solution is structured

209776-image.png

Do I need to split into multi projects or is there some setting or property to declare SFPRCALC as the mac daddy?
Thanks
Bruce

Developer technologies | Visual Studio | Debugging
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce Boutwell 1 Reputation point
    2022-06-09T14:55:40.807+00:00

    Answer: separate PSPSQLRT into separate project. Set SFPRCALC as the 'Startup project'

    209961-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.