How to debug pro*cobol program which takes file name as argument

104 views Asked by At

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

1

There are 1 answers

0
Stephen Gennard On

Use the +A switch for example:

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