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

111 Views Asked by At

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

1

There are 1 best solutions below

0
On

Use the +A switch for example:

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