0

How to debug Microfocus cobol programs that take arguments, like rtsora Program-name ${filename.txt}

  • What problem are you having that cannot be resolved by using DISPLAYs and documentation? – NicC May 10 '20 at 10:02

1 Answers1

0

Use the +A switch for example:

rtsora (+A) Program-name ${filename.txt}

Stephen Gennard
  • 1,910
  • 16
  • 21